1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 15:29:15 -04:00
ports/devel/libthmap/files/patch-murmurhash.c
2020-09-02 00:55:12 +00:00

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"