Author: Matti Picus <[email protected]> Branch: numpy-includes Changeset: r84784:08f4b2961ce0 Date: 2016-05-28 12:39 +0300 http://bitbucket.org/pypy/pypy/changeset/08f4b2961ce0/
Log: fix for new header path diff --git a/pypy/module/cpyext/src/ndarrayobject.c b/pypy/module/cpyext/src/ndarrayobject.c --- a/pypy/module/cpyext/src/ndarrayobject.c +++ b/pypy/module/cpyext/src/ndarrayobject.c @@ -1,7 +1,7 @@ #include "Python.h" #include "pypy_numpy.h" -#include "numpy/arrayobject.h" +#include "_numpypy/numpy/arrayobject.h" #include <string.h> /* memset, memcpy */ void _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
