fix hashtable test build

This commit is contained in:
Vincent Sanders 2018-04-22 15:20:26 +01:00
parent 5c20642b7e
commit 1255ee3af4

View File

@ -25,11 +25,13 @@
*/ */
#include <assert.h> #include <assert.h>
#include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <check.h> #include <check.h>
#include "utils/errors.h"
#include "utils/hashtable.h" #include "utils/hashtable.h"
/* Limit for hash table tests which use /usr/share/dict/words */ /* Limit for hash table tests which use /usr/share/dict/words */