mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
fix hashtable test build
This commit is contained in:
parent
5c20642b7e
commit
1255ee3af4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user