diff options
Diffstat (limited to 'src/util/hash_table.h')
-rw-r--r-- | src/util/hash_table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/hash_table.h b/src/util/hash_table.h index 5fa58991e30..9b67f05bec6 100644 --- a/src/util/hash_table.h +++ b/src/util/hash_table.h @@ -28,10 +28,10 @@ #ifndef _HASH_TABLE_H #define _HASH_TABLE_H +#include <stdlib.h> #include <inttypes.h> #include <stdbool.h> - -#include "main/compiler.h" +#include "macros.h" #ifdef __cplusplus extern "C" { |