commit | 63bf149a264a246f109683d6ac54f84859a89660 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Nov 12 05:14:05 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Nov 12 05:14:05 2007 +0000 |
tree | b4aabf6cabd425241282eb25726079a37544ab82 | |
parent | f354894e7b35b09dabacdbcb1b812b290b0457a2 [diff] [blame] |
Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.
diff --git a/Python/hypot.c b/Python/hypot.c index 755d0c3..9d3c0d0 100644 --- a/Python/hypot.c +++ b/Python/hypot.c
@@ -1,7 +1,6 @@ /* hypot() replacement */ -#include "pyconfig.h" -#include "pyport.h" +#include "Python.h" double hypot(double x, double y) {