blob: 5dec518ab30384a621905987487eec81af2cfb56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- murmurhash.c.orig 2020-08-28 21:41:19 UTC
+++ murmurhash.c
@@ -9,7 +9,7 @@
*/
#include <inttypes.h>
-#include <endian.h>
+#include <sys/endian.h>
#include "utils.h"
|