summaryrefslogtreecommitdiff
path: root/murmurhash.c
diff options
context:
space:
mode:
authorJoseph Werle <joseph.werle@gmail.com>2014-05-05 11:42:57 -0400
committerJoseph Werle <joseph.werle@gmail.com>2014-05-05 11:42:57 -0400
commitf8481362da7b1de2ea9a551bd30bbe90118c3b40 (patch)
tree3892450f5ac83cbf992699c9b005df6a76eec5fc /murmurhash.c
parentf3f445d2746def10896e8a62130e94ecd3025708 (diff)
include stdint.h
Diffstat (limited to 'murmurhash.c')
-rw-r--r--murmurhash.c1
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