projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c8f6f
)
#include <assert.h> to fix compile error with NDEBUG.
author
Ben Pfaff
<blp@gnu.org>
Mon, 4 Jul 2005 04:44:34 +0000
(
04:44
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Mon, 4 Jul 2005 04:44:34 +0000
(
04:44
+0000)
src/hash.c
patch
|
blob
|
history
diff --git
a/src/hash.c
b/src/hash.c
index 1d9c2f5b3424188e622a79eb861c702ebda859e5..1293398daebf3dbd615e2e8928ffa97a95a4c46b 100644
(file)
--- a/
src/hash.c
+++ b/
src/hash.c
@@
-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>