]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ported to CodeWarrior
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Dec 1994 14:10:51 +0000 (14:10 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Dec 1994 14:10:51 +0000 (14:10 +0000)
Mac/Compat/getwd.c
Mac/Include/macdefs.h

index a783ff606a578138258d305a1dc75455daaeaa62..e9a5455298126fca2a74d413ac6e5f612cbdb8dd 100644 (file)
@@ -28,7 +28,7 @@
 */
 
 #include "macdefs.h"
-#ifdef MPW
+#if defined(MPW) || defined(__MWERKS__)
 #include <Strings.h>
 #endif
 
index c1e8a6e275389940a59fd77952f487db116987cd..6a5682f8b621c914041228c69d27f7a3e81f4b0b 100644 (file)
@@ -11,6 +11,9 @@
 #include <pascal.h>
 #endif
 
+#ifdef __MWERKS__
+#include "errno_unix.h"
+#endif
 #include <errno.h>
 #include <string.h>