From 6bde534712abc4ab4d15d3a461dd780fdf7eaa5b Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 5 Feb 2012 13:05:30 -0700 Subject: UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core. --- numpy/lib/src/_compiled_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/src') diff --git a/numpy/lib/src/_compiled_base.c b/numpy/lib/src/_compiled_base.c index 137c47515..82343fc35 100644 --- a/numpy/lib/src/_compiled_base.c +++ b/numpy/lib/src/_compiled_base.c @@ -1,7 +1,7 @@ #define NPY_NO_DEPRECATED_API #include "Python.h" #include "structmember.h" -#include "numpy/ndarrayobject.h" +#include "numpy/arrayobject.h" #include "numpy/npy_3kcompat.h" #include "npy_config.h" #include "numpy/ufuncobject.h" -- cgit v1.2.1