commit | 41e25cc317e0db3a84f91c04a194e5f0065772a2 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Jul 14 22:16:01 2000 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Jul 14 22:16:01 2000 +0000 |
tree | 2aeb8db8d31c44a2da42e73485f6f91c624804df | |
parent | bb7e213a8b643dfed007f940d0c4beeb6dd56ca3 [diff] [blame] |
include macdefs.h for declaration of getwd, if non-gusi python.
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 @@ #include "Python.h" #include "osdefs.h" #include "macglue.h" +#include "macdefs.h" #include "pythonresources.h" #ifdef HAVE_UNISTD_H #include <unistd.h>