xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / utilities / set.q
index 18ead9153809a92658585ce5a48fe354415ae39e..2248b85e3630d6fc9b5eea574b1f3702b3fc4378 100644 (file)
@@ -33,7 +33,6 @@
 #include <language/lexer/format-parser.h>
 #include <language/lexer/lexer.h>
 #include <language/prompt.h>
-#include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <libpspp/copyleft.h>
 #include <libpspp/float-format.h>
@@ -52,6 +51,8 @@ int tgetnum (const char *);
 #endif /* !HAVE_TERMCAP_H */
 #endif /* !HAVE_LIBTERMCAP */
 
+#include "xalloc.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)