diff options
Diffstat (limited to 'Python/fmod.c')
-rw-r--r-- | Python/fmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/fmod.c b/Python/fmod.c index de88f83..919c6cc 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 <errno.h> |