summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-14 22:16:01 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-14 22:16:01 (GMT)
commit41e25cc317e0db3a84f91c04a194e5f0065772a2 (patch)
tree2aeb8db8d31c44a2da42e73485f6f91c624804df /Mac
parentbb7e213a8b643dfed007f940d0c4beeb6dd56ca3 (diff)
downloadcpython-41e25cc317e0db3a84f91c04a194e5f0065772a2.zip
cpython-41e25cc317e0db3a84f91c04a194e5f0065772a2.tar.gz
cpython-41e25cc317e0db3a84f91c04a194e5f0065772a2.tar.bz2
include macdefs.h for declaration of getwd, if non-gusi python.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Python/macgetpath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c
index c180d1f..83117ed 100644
--- a/Mac/Python/macgetpath.c
+++ b/Mac/Python/macgetpath.c
@@ -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>