mirror of https://github.com/python/cpython.git
Ported to CodeWarrior
This commit is contained in:
parent
f93c72a4b0
commit
0c637709ad
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "macdefs.h"
|
#include "macdefs.h"
|
||||||
#ifdef MPW
|
#if defined(MPW) || defined(__MWERKS__)
|
||||||
#include <Strings.h>
|
#include <Strings.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
#include <pascal.h>
|
#include <pascal.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __MWERKS__
|
||||||
|
#include "errno_unix.h"
|
||||||
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue