1cda1ec091
It is used by the GNOME Project. PR: ports/7654 Submitted by: Chia-liang Kao <clkao@cirx.org>
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
--- src/ORBitutil/machine_endian.h.orig Tue Aug 18 20:29:55 1998
|
|
+++ src/ORBitutil/machine_endian.h Tue Aug 18 20:30:59 1998
|
|
@@ -1,6 +1,7 @@
|
|
#ifndef machine_endian_h_
|
|
#define machine_endian_h_
|
|
#include <machine/endian.h>
|
|
+#include <sys/types.h>
|
|
#include <machine/types.h>
|
|
#if BYTE_ORDER == LITTLE_ENDIAN
|
|
# define MACHINE_IS_LITTLE_ENDIAN
|