diff options
Diffstat (limited to 'zix/hash.h')
-rw-r--r-- | zix/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,11 +17,11 @@ #ifndef ZIX_HASH_H #define ZIX_HASH_H +#include "zix/common.h" + #include <stddef.h> #include <stdint.h> -#include "zix/common.h" - #ifdef __cplusplus extern "C" { #endif |