From 4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 26 Jul 2001 13:41:06 +0000 Subject: Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. --- Python/atof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/atof.c') diff --git a/Python/atof.c b/Python/atof.c index ae690e1b16..8fbde38472 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 -- cgit v1.2.1