From 41e25cc317e0db3a84f91c04a194e5f0065772a2 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 14 Jul 2000 22:16:01 +0000 Subject: include macdefs.h for declaration of getwd, if non-gusi python. --- Mac/Python/macgetpath.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12