diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-02-05 13:05:30 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-02-05 13:08:33 -0700 |
commit | 6bde534712abc4ab4d15d3a461dd780fdf7eaa5b (patch) | |
tree | 2d97dabbf0409dcb917c18701ae376e6227a3250 /numpy/linalg | |
parent | f6a2c7ca3a090e0dc107b60b0a5771247a84e032 (diff) | |
download | numpy-6bde534712abc4ab4d15d3a461dd780fdf7eaa5b.tar.gz |
UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.
Diffstat (limited to 'numpy/linalg')
-rw-r--r-- | numpy/linalg/lapack_litemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/lapack_litemodule.c b/numpy/linalg/lapack_litemodule.c index 3d8a0dd5b..f302deb9d 100644 --- a/numpy/linalg/lapack_litemodule.c +++ b/numpy/linalg/lapack_litemodule.c @@ -4,7 +4,7 @@ More modifications by Jeff Whitaker */ #include "Python.h" -#include "numpy/ndarrayobject.h" +#include "numpy/arrayobject.h" #ifdef NO_APPEND_FORTRAN # define FNAME(x) x |