* mkstemp-safer.c: Include "mkstemp.h".
[gnulib.git] / lib / mkstemp-safer.c
index 47d015a..d1587ba 100644 (file)
 #include "stdlib-safer.h"
 
 #include <stdlib.h>
+#include "mkstemp.h"
 #include "unistd-safer.h"
 
-#if ! HAVE_MKSTEMP
-int mkstemp (char *);
-#endif
-
 /* Like mkstemp, but do not return STDIN_FILENO, STDOUT_FILENO, or
    STDERR_FILENO.  */