summaryrefslogtreecommitdiff
path: root/math/py-numeric/files/patch-Src_umathmodule.c
blob: d21bfbc3a62cd4467e9f827647285518b1dea49c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Src/umathmodule.c.orig	2005-04-20 18:48:47 UTC
+++ Src/umathmodule.c
@@ -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