aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sysdep.h')
-rw-r--r--lib/sysdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sysdep.h b/lib/sysdep.h
index a11080a..40e1407 100644
--- a/lib/sysdep.h
+++ b/lib/sysdep.h
@@ -93,6 +93,10 @@ typedef u16 word;
#define BYTE_ORDER LITTLE_ENDIAN
#endif
+#ifdef PCI_OS_AMIGAOS
+ #include <machine/endian.h>
+#endif
+
#if !defined(BYTE_ORDER)
#error "BYTE_ORDER not defined for your platform"
#endif