fix hashtable test build

This commit is contained in:
Vincent Sanders 2018-04-22 15:20:26 +01:00
parent 5c20642b7e
commit 1255ee3af4
1 changed files with 2 additions and 0 deletions

View File

@ -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 */