From e2c95ad273d3afa46ee3c67fff3304f6eb21dab3 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 21 Sep 2017 17:58:56 +0200 Subject: lib: Include string.h in hashtable.c for memcpy --- src/lib/hashtable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #include +#include struct htable_entry { struct list_head next; -- cgit v1.2.3