diff options
Diffstat (limited to 'Python/strtod.c')
-rw-r--r-- | Python/strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/strtod.c b/Python/strtod.c index c6a1dbd..7911a94 100644 --- a/Python/strtod.c +++ b/Python/strtod.c @@ -1,4 +1,4 @@ -#include "config.h" +#include "pyconfig.h" /* comp.sources.misc strtod(), as posted in comp.lang.tcl, with bugfix for "123000.0" and acceptance of space after 'e' sign nuked. |