Kaydet (Commit) 41e25cc3 authored tarafından Jack Jansen's avatar Jack Jansen

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

üst bb7e213a
...@@ -32,6 +32,7 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -32,6 +32,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include "Python.h" #include "Python.h"
#include "osdefs.h" #include "osdefs.h"
#include "macglue.h" #include "macglue.h"
#include "macdefs.h"
#include "pythonresources.h" #include "pythonresources.h"
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment