ports/sysutils/dd_rescue/files/patch-libddr_hash.c
2022-07-30 18:58:27 +09:00

11 lines
253 B
C

--- libddr_hash.c.orig 2021-04-14 08:23:02 UTC
+++ libddr_hash.c
@@ -35,7 +35,7 @@
#include <fcntl.h>
#include <netinet/in.h> /* For ntohl/htonl */
-#include <endian.h>
+#include <machine/endian.h>
#ifdef HAVE_SYS_XATTR_H
#include <sys/xattr.h>