diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2003-08-04 11:56:54 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2003-08-04 11:56:54 +0000 |
commit | aef998bd663bb6ac66d291bfb3422db6113530ce (patch) | |
tree | 036472b6d14815361c3e13390887e2c5c2e6b6fd /math | |
parent | 9ecf0513f414cd0401281136135f6d8b7dbfb3b0 (diff) | |
download | ports-aef998bd663bb6ac66d291bfb3422db6113530ce.tar.gz ports-aef998bd663bb6ac66d291bfb3422db6113530ce.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numeric/files/patch-Src_umathmodule.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/py-numeric/files/patch-Src_umathmodule.c b/math/py-numeric/files/patch-Src_umathmodule.c new file mode 100644 index 000000000000..8a4ef7e5dfb8 --- /dev/null +++ b/math/py-numeric/files/patch-Src_umathmodule.c @@ -0,0 +1,13 @@ +--- Src/umathmodule.c.orig Sat Aug 2 01:10:09 2003 ++++ Src/umathmodule.c Sat Aug 2 01:10:43 2003 +@@ -1,9 +1,9 @@ + ++#include <math.h> + #include "Python.h" + #include "Numeric/arrayobject.h" + #include "Numeric/ufuncobject.h" + #include "abstract.h" +-#include <math.h> + + #ifndef CHAR_BIT + #define CHAR_BIT 8 |