diff options
| author | Joseph Werle <joseph.werle@gmail.com> | 2014-05-05 11:42:57 -0400 |
|---|---|---|
| committer | Joseph Werle <joseph.werle@gmail.com> | 2014-05-05 11:42:57 -0400 |
| commit | f8481362da7b1de2ea9a551bd30bbe90118c3b40 (patch) | |
| tree | 3892450f5ac83cbf992699c9b005df6a76eec5fc | |
| parent | f3f445d2746def10896e8a62130e94ecd3025708 (diff) | |
include stdint.h
| -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 |
