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