diff options
Diffstat (limited to 'Include/pyport.h')
-rw-r--r-- | Include/pyport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index 2a59fa1..5767aab 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -1,7 +1,7 @@ #ifndef Py_PYPORT_H #define Py_PYPORT_H -#include "config.h" /* include for defines */ +#include "pyconfig.h" /* include for defines */ /************************************************************************** Symbols and macros to supply platform-independent interfaces to basic |