xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / data / category.c
index 835c0907bcfc48cb40a5faebee9246be973352c8..b0424d9f65c054df4631897702d33ab4eae1c57a 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include <libpspp/alloc.h>
 #include <libpspp/message.h>
 #include "category.h"
 #include "value.h"
 #include "variable.h"
 
+#include "xalloc.h"
+
 #define CAT_VALUE_NOT_FOUND -2
 
 #define N_INITIAL_CATEGORIES 1