diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-07-14 22:16:01 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-07-14 22:16:01 (GMT) |
commit | 41e25cc317e0db3a84f91c04a194e5f0065772a2 (patch) | |
tree | 2aeb8db8d31c44a2da42e73485f6f91c624804df | |
parent | bb7e213a8b643dfed007f940d0c4beeb6dd56ca3 (diff) | |
download | cpython-41e25cc317e0db3a84f91c04a194e5f0065772a2.zip cpython-41e25cc317e0db3a84f91c04a194e5f0065772a2.tar.gz cpython-41e25cc317e0db3a84f91c04a194e5f0065772a2.tar.bz2 |
include macdefs.h for declaration of getwd, if non-gusi python.
-rw-r--r-- | Mac/Python/macgetpath.c | 1 |
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> |