summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcafee%netscape.com <devnull@localhost>1999-06-15 01:24:06 +0000
committermcafee%netscape.com <devnull@localhost>1999-06-15 01:24:06 +0000
commit3a839dfd5661eefee1c087355835fa756ceaf68f (patch)
tree90026328d0b656883645cebe692b1261ed08128e
parenta0dec5f8d0238e8e6d981493e77244217cea5087 (diff)
downloadnss-hg-SeaMonkey_M7_19990619_BASE.tar.gz
-rw-r--r--dbm/include/mcom_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index 2625aa0b4..64dabe725 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -66,7 +66,7 @@
#include <sys/byteorder.h>
#endif
-#ifdef __linux
+#if defined(__linux) || defined(__BEOS__)
#include <endian.h>
#ifndef BYTE_ORDER
#define BYTE_ORDER __BYTE_ORDER