cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/mkstemp.c


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/mkstemp.c
Date: Mon, 19 Sep 2005 17:26:36 -0400

Index: ccvs/lib/mkstemp.c
diff -u ccvs/lib/mkstemp.c:1.4 ccvs/lib/mkstemp.c:1.5
--- ccvs/lib/mkstemp.c:1.4      Fri Jun 10 20:30:20 2005
+++ ccvs/lib/mkstemp.c  Mon Sep 19 21:26:13 2005
@@ -15,7 +15,9 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 /* Disable the definition of mkstemp to rpl_mkstemp (from config.h) in this
    file.  Otherwise, we'd get conflicting prototypes for rpl_mkstemp on




reply via email to

[Prev in Thread] Current Thread [Next in Thread]