summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
diff options
context:
space:
mode:
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 cd48fc46..1beb2bb2 100644
--- a/Hashtable.c
+++ b/Hashtable.c
@@ -13,6 +13,7 @@ in the source distribution for its full text.
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "Macros.h"
#include "XUtils.h"