diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-07-17 13:10:39 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-07-17 13:10:39 +0000 |
commit | 3b21802c8aa4902627973c910aa8ab0d8c8fe2c6 (patch) | |
tree | 99d32ef63fec73967892a0e32512e0bc6c06dcb7 /numpy/core/src/scalarmathmodule.c.src | |
parent | b08b7b1b9f903d100d2111e42c2a17599fc7a0b0 (diff) | |
download | numpy-3b21802c8aa4902627973c910aa8ab0d8c8fe2c6.tar.gz |
ENH: core: make npy_3kcompat.h header public, for easier usage in Scipy
Diffstat (limited to 'numpy/core/src/scalarmathmodule.c.src')
-rw-r--r-- | numpy/core/src/scalarmathmodule.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src index d5475a30b..99182d83f 100644 --- a/numpy/core/src/scalarmathmodule.c.src +++ b/numpy/core/src/scalarmathmodule.c.src @@ -11,7 +11,7 @@ #include "numpy/ufuncobject.h" #include "numpy/arrayscalars.h" -#include "npy_3kcompat.h" +#include "numpy/npy_3kcompat.h" /** numarray adapted routines.... **/ |