diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index 24d33b2..17ac374 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -21,7 +21,7 @@ /* Include nearly all Python header files */ #include "patchlevel.h" -#include "config.h" +#include "pyconfig.h" #ifdef HAVE_LIMITS_H #include <limits.h> |