From f8481362da7b1de2ea9a551bd30bbe90118c3b40 Mon Sep 17 00:00:00 2001 From: Joseph Werle Date: Mon, 5 May 2014 11:42:57 -0400 Subject: include stdint.h --- murmurhash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/murmurhash.c b/murmurhash.c index 8224eb6..4f1dc4b 100644 --- a/murmurhash.c +++ b/murmurhash.c @@ -7,6 +7,7 @@ #include #include +#include #include "murmurhash.h" uint32_t -- cgit v1.2.3