#include <assert.h> to fix compile error with NDEBUG.
[pspp-builds.git] / src / hash.c
index 1d9c2f5b3424188e622a79eb861c702ebda859e5..1293398daebf3dbd615e2e8928ffa97a95a4c46b 100644 (file)
@@ -20,6 +20,7 @@
 #include <config.h>
 #include "hash.h"
 #include "error.h"
+#include <assert.h>
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>