summaryrefslogtreecommitdiffstats
path: root/src/util/murmurhash3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/murmurhash3.h')
-rw-r--r--src/util/murmurhash3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/murmurhash3.h b/src/util/murmurhash3.h
index 9174554b9..db7d8a48c 100644
--- a/src/util/murmurhash3.h
+++ b/src/util/murmurhash3.h
@@ -6,5 +6,7 @@
* clients can be both 64 or 32 bit at the same time.
*/
+#include <stdint.h>
+
uint32_t murmurhash3(const char *key, int len, uint32_t seed);