summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-04-22 15:20:26 +0100
committerVincent Sanders <vince@kyllikki.org>2018-04-22 15:20:26 +0100
commit1255ee3af451c8b864e44b14af8f82a22fe316b8 (patch)
tree6b7a36559f5c4d7ec1f123c1096b4a4fab33b9bd
parent5c20642b7ef5736bf9dc6fe57a816fad3d8cd16d (diff)
downloadnetsurf-1255ee3af451c8b864e44b14af8f82a22fe316b8.tar.gz
netsurf-1255ee3af451c8b864e44b14af8f82a22fe316b8.tar.bz2
fix hashtable test build
-rw-r--r--test/hashtable.c2
1 files changed, 2 insertions, 0 deletions
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 <assert.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <check.h>
+#include "utils/errors.h"
#include "utils/hashtable.h"
/* Limit for hash table tests which use /usr/share/dict/words */