summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/launch/_Launchmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/launch/_Launchmodule.c')
-rw-r--r--Mac/Modules/launch/_Launchmodule.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Modules/launch/_Launchmodule.c b/Mac/Modules/launch/_Launchmodule.c
index 9180350..8e0d726 100644
--- a/Mac/Modules/launch/_Launchmodule.c
+++ b/Mac/Modules/launch/_Launchmodule.c
@@ -15,6 +15,10 @@
}} while(0)
+#if PY_VERSION_HEX < 0x02040000
+PyObject *PyMac_GetOSErrException(void);
+#endif
+
#include <ApplicationServices/ApplicationServices.h>
/*