summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/endian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/endian.h b/include/osl/endian.h
index 9ead0044aea5..43d0162b55df 100644
--- a/include/osl/endian.h
+++ b/include/osl/endian.h
@@ -34,7 +34,7 @@ extern "C" {
|| defined _M_MRX000 || defined _M_PPC
# define OSL_LITENDIAN
# endif
-#elif defined ANDROID || defined LINUX
+#elif defined ANDROID || defined LINUX || defined HAIKU
# include <endian.h>
# if __BYTE_ORDER == __LITTLE_ENDIAN
# define OSL_LITENDIAN