summaryrefslogtreecommitdiff
path: root/Modules/getpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r--Modules/getpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c
index cbdcbd879f..10ad509157 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -6,7 +6,7 @@
#include <sys/types.h>
#include <string.h>
-#ifdef WITH_NEXT_FRAMEWORK
+#ifdef __APPLE__
#include <mach-o/dyld.h>
#endif