xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / data / make-file.c
index 3225d2ca50a118523df400b8d05d8bf8c858e45f..051905b821ad0fbd3ec5a8329c8e817be6550816 100644 (file)
@@ -23,7 +23,8 @@
 #include "file-name.h"
 #include "make-file.h"
 #include <libpspp/message.h>
-#include <libpspp/alloc.h>
+
+#include "xalloc.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)