Include <config.h>, required for possible replacement of mkstemp.
[gnulib.git] / lib / mkstemp-safer.c
index c231bff..5ae3413 100644 (file)
 
 /* Written by Paul Eggert.  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "stdlib-safer.h"
 
 #include <stdlib.h>