mirror of https://github.com/python/cpython.git
include macdefs.h for declaration of getwd, if non-gusi python.
This commit is contained in:
parent
bb7e213a8b
commit
41e25cc317
|
@ -32,6 +32,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "Python.h"
|
||||
#include "osdefs.h"
|
||||
#include "macglue.h"
|
||||
#include "macdefs.h"
|
||||
#include "pythonresources.h"
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue