diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index 061d693..3ab9fe9 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -133,4 +133,8 @@ #include "fileutils.h" #include "pyfpe.h" +#ifdef Py_BUILD_CORE +#include "internal/_Python.h" +#endif + #endif /* !Py_PYTHON_H */ |