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