aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2015-05-18 06:12:26 -0500
committerepochqwert <epoch@hacking.allowed.org>2015-05-18 06:12:26 -0500
commit975bb5fc5aa6a870fcb75c9053dba14e010c7248 (patch)
treec29585f72d603717addb92783e7e0edc9c69fa5d
parentca4a852229b5bad0009ce25d809f908c2780978f (diff)
downloadlibhashtable-975bb5fc5aa6a870fcb75c9053dba14e010c7248.tar.gz
libhashtable-975bb5fc5aa6a870fcb75c9053dba14e010c7248.zip
added an include for the uint32 that the hash function uses
-rw-r--r--libhashtable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhashtable.c b/libhashtable.c
index 7152f56..bf6616a 100644
--- a/libhashtable.c
+++ b/libhashtable.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <stdint.h>
#include "hashtable.h"
/* _A_