xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / xforms / select-if.c
index 3cd2f16c647d9d3f3dc6f7c5d7f12a9475f50eb4..5576c420fd903ee483ea5f5859e4ee89f31d9727 100644 (file)
 #include <language/expressions/public.h>
 #include <language/lexer/lexer.h>
 #include <language/lexer/variable-parser.h>
-#include <libpspp/alloc.h>
 #include <libpspp/message.h>
 #include <libpspp/str.h>
 
+#include "xalloc.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)