mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
11 lines
179 B
C
11 lines
179 B
C
--- 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"
|
|
|