23 lines
712 B
Plaintext
23 lines
712 B
Plaintext
$OpenBSD: patch-include_lcms_h,v 1.1 2004/02/03 05:15:16 brad Exp $
|
|
--- include/lcms.h.orig 2003-12-20 10:00:11.000000000 -0500
|
|
+++ include/lcms.h 2004-02-02 22:05:58.000000000 -0500
|
|
@@ -114,6 +114,9 @@
|
|
|
|
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
|
|
# include <sys/types.h>
|
|
+# if BYTE_ORDER == BIG_ENDIAN
|
|
+# define USE_BIG_ENDIAN 1
|
|
+# endif
|
|
# define USE_INT64 1
|
|
# undef LONGLONG
|
|
# define LONGLONG u_int64_t
|
|
@@ -128,7 +131,7 @@
|
|
#include <memory.h>
|
|
#include <string.h>
|
|
|
|
-#if defined(__GNUC__) || defined(__FreeBSD__)
|
|
+#if defined(__GNUC__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
|
|
# include <unistd.h>
|
|
#endif
|
|
|