diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/modsupport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h index 6545329..5c00241 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -111,6 +111,8 @@ extern PyObject *Py_InitModule4 Py_PROTO((char *, PyMethodDef *, Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \ PYTHON_API_VERSION) +extern char *_Py_PackageContext; + #ifdef __cplusplus } #endif |