From: Jack Jansen Date: Fri, 14 Jul 2000 22:16:01 +0000 (+0000) Subject: include macdefs.h for declaration of getwd, if non-gusi python. X-Git-Tag: v2.0b1~826 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41e25cc317e0db3a84f91c04a194e5f0065772a2;p=thirdparty%2FPython%2Fcpython.git include macdefs.h for declaration of getwd, if non-gusi python. --- diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c index c180d1fa466e..83117edcbfaf 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