From 975bb5fc5aa6a870fcb75c9053dba14e010c7248 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Mon, 18 May 2015 06:12:26 -0500 Subject: added an include for the uint32 that the hash function uses --- libhashtable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libhashtable.c b/libhashtable.c index 7152f56..bf6616a 100644 --- a/libhashtable.c +++ b/libhashtable.c @@ -1,6 +1,7 @@ #include #include #include +#include #include "hashtable.h" /* _A_ -- cgit v1.2.3