include macdefs.h for declaration of getwd, if non-gusi python.

This commit is contained in:
Jack Jansen 2000-07-14 22:16:01 +00:00
parent bb7e213a8b
commit 41e25cc317
1 changed files with 1 additions and 0 deletions

View 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>