summaryrefslogtreecommitdiff
blob: 098ade40a213e7dc07b148631bf1dc01fb13a2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./include/libisns/util.h.orig
+++ ./include/libisns/util.h
@@ -114,6 +114,6 @@
 #   define ntohll(x)	__bswap_64(x)
 #  endif
 # else
-#  include <sys/endian.h>
+#  include <endian.h>
 #  define htonll(x)     htobe64(x)
 #  define ntohll(x)     be64toh(x)
 # endif