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 07283bc12d..dcd1e62dea 100644 --- a/Python/fmod.c +++ b/Python/fmod.c @@ -12,7 +12,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "config.h" -#include "mymath.h" +#include "pyport.h" #include <errno.h> double |