xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / language / xforms / sample.c
index 2aa21c22a72ce3101c6d555927f938a28afb41e8..632009eddc84cabb12dc026df09388b0a9136a12 100644 (file)
 #include <data/variable.h>
 #include <language/command.h>
 #include <language/lexer/lexer.h>
-#include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <libpspp/message.h>
 #include <libpspp/str.h>
 #include <math/random.h>
 
+#include "xalloc.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)