summaryrefslogtreecommitdiffstats
path: root/src/util/hash_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/hash_table.h')
-rw-r--r--src/util/hash_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/hash_table.h b/src/util/hash_table.h
index 9b67f05bec6..d6b6ebf4069 100644
--- a/src/util/hash_table.h
+++ b/src/util/hash_table.h
@@ -31,6 +31,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <stdbool.h>
+#include "c99_compat.h"
#include "macros.h"
#ifdef __cplusplus