aboutsummaryrefslogtreecommitdiffstats
path: root/Modules/getpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r--Modules/getpath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c
index 27f3381d79..181354d25f 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -7,6 +7,7 @@
#include <string.h>
#ifdef __APPLE__
+#include <AvailabilityMacros.h>
#include <mach-o/dyld.h>
#endif