Include "mkstemp.h", without which linking on mingw32 fails.
authorBen Pfaff <blp@gnu.org>
Mon, 12 Feb 2007 04:44:49 +0000 (04:44 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 12 Feb 2007 04:44:49 +0000 (04:44 +0000)
src/data/ChangeLog
src/data/make-file.c

index 0f82351bf573d68664fadd9a1b0eceafcbe279f8..803418884c8aa3412ea2939182d5926fef1d0f0c 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 11 20:44:13 2007  Ben Pfaff  <blp@gnu.org>
+
+       * make-file.c: Include "mkstemp.h", without which linking on
+       mingw32 fails.
+
 Thu Feb  8 14:59:05 2007  Ben Pfaff  <blp@gnu.org>
  
        Reduce platform dependence.
index eadcfa16989f34d3211c57088082cd8765195a78..fa3d15ae183a8231c108411050243328d827c59f 100644 (file)
@@ -27,6 +27,8 @@
 #include <libpspp/message.h>
 #include <libpspp/alloc.h>
 
+#include "mkstemp.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)