summaryrefslogtreecommitdiff
path: root/src/plot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plot.h')
-rw-r--r--src/plot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plot.h b/src/plot.h
index 65ef264..2beca42 100644
--- a/src/plot.h
+++ b/src/plot.h
@@ -29,8 +29,8 @@
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
#define NSFB_BE_BYTE_ORDER
#endif
-#elif defined(OS_MACOSX)
-/* mac os x has the include somewhere different */
+#elif defined(__APPLE__)
+ /* mac os x has the include somewhere different */
#include <machine/endian.h>
#if BYTE_ORDER == BIG_ENDIAN
#define NSFB_BE_BYTE_ORDER