summaryrefslogtreecommitdiff
path: root/math/py-Numeric/patches/patch-aa
blob: 6d87b27773c28c7c31e4dace86e6ab95e10ea288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.7 2004/03/01 00:43:13 snj Exp $

--- 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