diff options
Diffstat (limited to 'murmurhash.c')
-rw-r--r-- | murmurhash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/murmurhash.c b/murmurhash.c index 8224eb6..4f1dc4b 100644 --- a/murmurhash.c +++ b/murmurhash.c @@ -7,6 +7,7 @@ #include <stdlib.h> #include <stdio.h> +#include <stdint.h> #include "murmurhash.h" uint32_t |