]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
include macdefs.h for declaration of getwd, if non-gusi python.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 14 Jul 2000 22:16:01 +0000 (22:16 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 14 Jul 2000 22:16:01 +0000 (22:16 +0000)
Mac/Python/macgetpath.c

index c180d1fa466e2e794648e859465ccabb20e0fd2d..83117edcbfaf9a0ffe1aa6683e331733dd1828f2 100644 (file)
@@ -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>