xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / dictionary / rename-variables.c
index 9f2c96e78331c6e5c8b5457c23863f2b74a3cdd2..3179efda3748498090a7a8603165adffc86ae8d7 100644 (file)
 #include <language/command.h>
 #include <language/lexer/lexer.h>
 #include <language/lexer/variable-parser.h>
-#include <libpspp/alloc.h>
 #include <libpspp/hash.h>
 #include <libpspp/message.h>
 #include <libpspp/str.h>
 
+#include "xalloc.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)