xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / syntax-file.c
index dde807c37c9c4409cc54b2d6049bc859679ee137..5bd6fafacf50e6a541e4254926e12df4cb67a9d6 100644 (file)
@@ -27,7 +27,6 @@
 #include <data/variable.h>
 #include <language/command.h>
 #include <language/lexer/lexer.h>
-#include <libpspp/alloc.h>
 #include <libpspp/assertion.h>
 #include <libpspp/message.h>
 #include <libpspp/message.h>
@@ -40,6 +39,8 @@
 
 #include "prompt.h"
 
+#include "xalloc.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)