From 1255ee3af451c8b864e44b14af8f82a22fe316b8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 22 Apr 2018 15:20:26 +0100 Subject: fix hashtable test build --- test/hashtable.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hashtable.c b/test/hashtable.c index 11c58c625..ea74b78b2 100644 --- a/test/hashtable.c +++ b/test/hashtable.c @@ -25,11 +25,13 @@ */ #include +#include #include #include #include #include +#include "utils/errors.h" #include "utils/hashtable.h" /* Limit for hash table tests which use /usr/share/dict/words */ -- cgit v1.2.3