xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / syntax-string-source.c
index f80bca2e9edfe68a9b8cd1715d4809a941e6e756..94a56f97aacb55ae642b3eac0290cd8531f2b2c3 100644 (file)
@@ -18,7 +18,6 @@
 #include <config.h>
 
 #include <libpspp/getl.h>
-#include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <libpspp/str.h>
 
@@ -26,6 +25,8 @@
 
 #include "syntax-string-source.h"
 
+#include "xalloc.h"
+
 struct syntax_string_source
   {
     struct getl_interface parent;