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/pyfpe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pyfpe.c') diff --git a/Python/pyfpe.c b/Python/pyfpe.c index 77f2dea755..4b7f5bae15 100644 --- a/Python/pyfpe.c +++ b/Python/pyfpe.c @@ -1,4 +1,4 @@ -#include "config.h" +#include "pyconfig.h" #include "pyfpe.h" /* * The signal handler for SIGFPE is actually declared in an external -- cgit v1.2.1