diff options
Diffstat (limited to 'Python/hypot.c')
-rw-r--r-- | Python/hypot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/hypot.c b/Python/hypot.c index 939dedd..755d0c3 100644 --- a/Python/hypot.c +++ b/Python/hypot.c @@ -1,6 +1,6 @@ /* hypot() replacement */ -#include "config.h" +#include "pyconfig.h" #include "pyport.h" double hypot(double x, double y) |