xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / data / sys-file-writer.c
index b21053c216a54c5fa3181d161d6cd795ec5ed0d0..a20b9fc1138244286834358df7ed09341a6f5bef 100644 (file)
@@ -26,7 +26,6 @@
 #include <sys/stat.h>
 #include <time.h>
 
-#include <libpspp/alloc.h>
 #include <libpspp/float-format.h>
 #include <libpspp/integer-format.h>
 #include <libpspp/message.h>
@@ -49,6 +48,7 @@
 
 #include "minmax.h"
 #include "unlocked-io.h"
+#include "xalloc.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)