summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-11-08 21:49:07 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-11-08 21:49:07 +0000
commit27131192494e069cdbbea8abc933b11d82cda21e (patch)
tree21636ad4973a839c1598795e02dda5db2ebdb32c /Hashtable.c
parent59c3dd806b910a08e696eca5507b22d3de88f25e (diff)
Add missing header.
Diffstat (limited to 'Hashtable.c')
-rw-r--r--Hashtable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hashtable.c b/Hashtable.c
index 0f32601a..c1e63c05 100644
--- a/Hashtable.c
+++ b/Hashtable.c
@@ -9,6 +9,7 @@ in the source distribution for its full text.
#include <stdlib.h>
#include <stdbool.h>
+#include <assert.h>
#include "debug.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy