Include <config.h>, required for possible replacement of mkstemp.
authorJim Meyering <jim@meyering.net>
Mon, 14 Nov 2005 07:50:32 +0000 (07:50 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 14 Nov 2005 07:50:32 +0000 (07:50 +0000)
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>