diff options
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Python/macgetpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <unistd.h> |