xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / dictionary / variable-label.c
index 88b60ad0f4dc624ff33a62480877bbab82a91722..e8abe70dc91fd0c12d1000c5a615e2ce59195604 100644 (file)
 #include <language/command.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)