freebsd-ports/math/py-numeric/files/patch-Src_umathmodule.c
Adam Weinberger 1fcf66691d Fix patches.
2005-01-12 17:50:39 +00:00

13 lines
307 B
C

--- Src/umathmodule.c.orig Wed Jan 12 12:45:18 2005
+++ Src/umathmodule.c Wed Jan 12 12:45:29 2005
@@ -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