summaryrefslogtreecommitdiff
path: root/sysutils/dd_rescue/files/patch-libddr__hash.c
blob: 302405ddf8f50e6d0fce47d78ec36ee885d502f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libddr_hash.c.orig	2024-08-22 17:41:01 UTC
+++ libddr_hash.c
@@ -34,7 +34,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>