xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / libpspp / hash.c
index bc5933a2b5813521dbe51e9cda5eb117590fcc72..9f1079a29a4673ccc2a3fb858360d7e7a246336f 100644 (file)
 #include <stdbool.h>
 #include <stdlib.h>
 #include "array.h"
-#include "alloc.h"
 #include "compiler.h"
 #include "misc.h"
 #include "str.h"
 #include "pool.h"
 
+#include "xalloc.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)