aboutsummaryrefslogtreecommitdiff
path: root/src/Arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Arch.h')
-rw-r--r--src/Arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Arch.h b/src/Arch.h
index 36501d1..3e63669 100644
--- a/src/Arch.h
+++ b/src/Arch.h
@@ -67,6 +67,7 @@ union Integer8 {
char c[8];
}; /* what can be said about the byte order though? */
#else /* its a Mac or Unix box probably */
+#define __USE_BSD
#include <sys/types.h>
typedef caddr_t IOFile; /* use caddr_t to store pointers */
#endif