summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2008-10-05 21:03:34 +0000
committerCharles Harris <charlesr.harris@gmail.com>2008-10-05 21:03:34 +0000
commit6b7992ba39adb2ef009cc2cce29f6ea362f5c6b4 (patch)
tree24a4e0866a0d8f1b6a6cfa36ab680c362891dcda
parent17c1f6bedea46332fad742ba74152d370adc5e7f (diff)
downloadnumpy-6b7992ba39adb2ef009cc2cce29f6ea362f5c6b4.tar.gz
Add WTF_MathExtras.h to math_c99.inc.src for testing.
-rw-r--r--numpy/core/src/math_c99.inc.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/src/math_c99.inc.src b/numpy/core/src/math_c99.inc.src
index 14399f699..ad39da83f 100644
--- a/numpy/core/src/math_c99.inc.src
+++ b/numpy/core/src/math_c99.inc.src
@@ -11,6 +11,8 @@
*****************************************************************************
*/
+#include "numpy/WTF_MathExtras.h"
+
/* Original code by Konrad Hinsen. */
#ifndef HAVE_EXPM1
double expm1(double x)