summaryrefslogtreecommitdiff
path: root/textproc/exempi/files/patch-source_common_EndianUtils.hpp
blob: eee6426ff77cc0d40db663254dc8109e5bd77609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source/common/EndianUtils.hpp.orig	2008-07-08 15:22:01.000000000 -0500
+++ source/common/EndianUtils.hpp	2008-07-08 15:22:35.000000000 -0500
@@ -57,7 +57,7 @@
 #    define kBigEndianHost 1
 #  endif
 # else
-#  include <endian.h>
+#  include <machine/endian.h>
 #  if BYTE_ORDER == BIG_ENDIAN
 #   define kBigEndianHost 1
 #  elif BYTE_ORDER == LITTLE_ENDIAN