Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41e25cc

Browse files
committed
include macdefs.h for declaration of getwd, if non-gusi python.
1 parent bb7e213 commit 41e25cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Python/macgetpath.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ PERFORMANCE OF THIS SOFTWARE.
3232
#include "Python.h"
3333
#include "osdefs.h"
3434
#include "macglue.h"
35+
#include "macdefs.h"
3536
#include "pythonresources.h"
3637
#ifdef HAVE_UNISTD_H
3738
#include <unistd.h>

0 commit comments

Comments
 (0)