+Sun Feb 18 13:28:02 2007 Ben Pfaff <blp@gnu.org>
+
+ * make-file.c: Don't include mkstemp.h, because gnulib now causes
+ <stdlib.h> to have the same effect.
+
Sun Feb 18 11:20:24 2007 Ben Pfaff <blp@gnu.org>
* por-file-reader.c: Add missing _() around messages.
#include <libpspp/message.h>
#include <libpspp/alloc.h>
-#include "mkstemp.h"
-
#include "gettext.h"
#define _(msgid) gettext (msgid)
+Sun Feb 18 13:28:26 2007 Ben Pfaff <blp@gnu.org>
+
+ * msg-ui.c: Don't include exit.h, because gnulib fixes up stdlib.h
+ as necessary. Do include stdlib.h, because exit.h did so for us
+ and we need it.
+
Thu Feb 8 15:07:04 2007 Ben Pfaff <blp@gnu.org>
* read-line.c (readln_initialize): Instead of only supporting
#include "msg-ui.h"
-#include "exit.h"
#include "linebreak.h"
#include <libpspp/msg-locator.h>
#include <libpspp/str.h>
#include <errno.h>
#include <stdio.h>
-
+#include <stdlib.h>
#include "gettext.h"
#define _(msgid) gettext (msgid)