xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / data / value-labels.c
index 5a42ea3c9a8a99a3141cd0d1752f965a1a0c761d..b9acc2bda59ffb8a199efafc425a852afb2ec55f 100644 (file)
 #include <data/format.h>
 #include <data/value.h>
 #include <data/variable.h>
-#include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <libpspp/hash.h>
 #include <libpspp/message.h>
 #include <libpspp/str.h>
 
+#include "xalloc.h"
+
 static hsh_compare_func compare_int_val_lab;
 static hsh_hash_func hash_int_val_lab;
 static hsh_free_func free_int_val_lab;