From 2b7e04a9d934afdedde936f2806a6723e62777de Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 19 Feb 1995 15:54:36 +0000 Subject: for __SC__ --- Python/strtod.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Python/strtod.c') diff --git a/Python/strtod.c b/Python/strtod.c index bcdef328fa..dddc98bb56 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. -- cgit v1.2.1