Ported to CodeWarrior
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