summaryrefslogtreecommitdiffstats
path: root/Mac/Compat
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Compat')
-rw-r--r--Mac/Compat/getwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Compat/getwd.c b/Mac/Compat/getwd.c
index a783ff6..e9a5455 100644
--- a/Mac/Compat/getwd.c
+++ b/Mac/Compat/getwd.c
@@ -28,7 +28,7 @@
*/
#include "macdefs.h"
-#ifdef MPW
+#if defined(MPW) || defined(__MWERKS__)
#include <Strings.h>
#endif