You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
313 B
12 lines
313 B
14 years ago
|
--- a/include/compiler.h
|
||
|
+++ b/include/compiler.h
|
||
|
@@ -46,7 +46,7 @@ extern int errno;
|
||
|
#ifdef __linux__
|
||
|
# include <endian.h>
|
||
|
# include <byteswap.h>
|
||
|
-#elif defined(__MACH__)
|
||
|
+#elif defined(__MACH__) || defined(__FreeBSD__)
|
||
|
# include <machine/endian.h>
|
||
|
typedef unsigned long ulong;
|
||
|
typedef unsigned int uint;
|