xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / data-io / file-handle.q
index 2e3d8a346c84848b584e16d71cb557e7b1e06a0f..7845ca3337e82d5fdfa000c03e0dd674c38a95d2 100644 (file)
@@ -19,7 +19,6 @@
 #include <libpspp/message.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <libpspp/alloc.h>
 #include <data/file-name.h>
 #include <language/command.h>
 #include <language/lexer/lexer.h>
@@ -29,6 +28,8 @@
 #include <data/variable.h>
 #include <data/file-handle-def.h>
 
+#include "xalloc.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)