Apply patch #5225, assertions.
[pspp-builds.git] / src / data / category.h
index 30ca272293d310f89f75e7c8abda9a00c0ce5eca..35df104beba289c7040226a88ae8286ae9701d6d 100644 (file)
@@ -37,7 +37,7 @@
 #define CAT_H
 #define CAT_VALUE_NOT_FOUND -2
 #include <stdbool.h>
-
+#include <stddef.h>
 
 union value;
 struct variable ;