diff options
-rw-r--r-- | libhashtable.c | 1 |
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_ |