xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / control / repeat.c
index cd56d7c81164c44103693c5e3da2a7083be584b1..e518d51e112885bd3a7fae6d0537da5599bd10f8 100644 (file)
@@ -29,7 +29,6 @@
 #include <language/command.h>
 #include <language/lexer/lexer.h>
 #include <language/lexer/variable-parser.h>
-#include <libpspp/alloc.h>
 #include <libpspp/ll.h>
 #include <libpspp/message.h>
 #include <libpspp/misc.h>
@@ -38,6 +37,7 @@
 #include <data/variable.h>
 
 #include "intprops.h"
+#include "xalloc.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)