From: Jim Meyering <jim@meyering.net>
Date: Mon, 14 Nov 2005 07:50:32 +0000 (+0000)
Subject: Include <config.h>, required for possible replacement of mkstemp.
X-Git-Tag: cvs-readonly~2733
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=92f84c96a6048855f3cefa6aa18541589884d8e6;p=gnulib.git

Include <config.h>, required for possible replacement of mkstemp.
---

diff --git a/lib/mkstemp-safer.c b/lib/mkstemp-safer.c
index c231bffe32..5ae3413f04 100644
--- a/lib/mkstemp-safer.c
+++ b/lib/mkstemp-safer.c
@@ -18,6 +18,10 @@
 
 /* Written by Paul Eggert.  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "stdlib-safer.h"
 
 #include <stdlib.h>