summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/hashtable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hashtable.c b/src/lib/hashtable.c
index d0d46598..16de8bc9 100644
--- a/src/lib/hashtable.c
+++ b/src/lib/hashtable.c
@@ -26,6 +26,7 @@
#include <ouroboros/hash.h>
#include <assert.h>
+#include <string.h>
struct htable_entry {
struct list_head next;