summaryrefslogtreecommitdiffstats
path: root/Mac/Include/macdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Include/macdefs.h')
-rw-r--r--Mac/Include/macdefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/macdefs.h b/Mac/Include/macdefs.h
index c1e8a6e..6a5682f 100644
--- a/Mac/Include/macdefs.h
+++ b/Mac/Include/macdefs.h
@@ -11,6 +11,9 @@
#include <pascal.h>
#endif
+#ifdef __MWERKS__
+#include "errno_unix.h"
+#endif
#include <errno.h>
#include <string.h>