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/fmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/fmod.c') diff --git a/Python/fmod.c b/Python/fmod.c index de88f83ef6..919c6cc746 100644 --- a/Python/fmod.c +++ b/Python/fmod.c @@ -1,7 +1,7 @@ /* Portable fmod(x, y) implementation for systems that don't have it */ -#include "config.h" +#include "pyconfig.h" #include "pyport.h" #include -- cgit v1.2.1