xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / prompt.c
index 378fa851fb5782dba62a98976f4ac3fdc55535fa..5ecd42fb34fa6b91a2322aecbecc3f400af43f7d 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>
@@ -36,6 +35,8 @@
 #include <libpspp/version.h>
 #include <output/table.h>
 
+#include "xalloc.h"
+
 /* Current prompts in each style. */
 static char *prompts[PROMPT_CNT];