#include <assert.h> to fix compile error with NDEBUG.
authorBen Pfaff <blp@gnu.org>
Mon, 4 Jul 2005 04:44:34 +0000 (04:44 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 4 Jul 2005 04:44:34 +0000 (04:44 +0000)
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>