Fix syntax error.
[gnulib.git] / lib / mkstemp-safer.c
index e244d6c..315385d 100644 (file)
@@ -28,7 +28,7 @@
 #include "unistd-safer.h"
 
 #if ! HAVE_MKSTEMP
-int mkstemp (char *)
+int mkstemp (char *);
 #endif
 
 /* Like mkstemp, but do not return STDIN_FILENO, STDOUT_FILENO, or