diff options
Diffstat (limited to 'Python/atof.c')
-rw-r--r-- | Python/atof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/atof.c b/Python/atof.c index ae690e1..8fbde38 100644 --- a/Python/atof.c +++ b/Python/atof.c @@ -4,7 +4,7 @@ and is slow and inaccurate. But it's good enough for the occasional string literal... */ -#include "config.h" +#include "pyconfig.h" #include <ctype.h> |