diff options
Diffstat (limited to 'numpy/core/src/dummymodule.c')
-rw-r--r-- | numpy/core/src/dummymodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/dummymodule.c b/numpy/core/src/dummymodule.c index eca6edb54..1d48709e9 100644 --- a/numpy/core/src/dummymodule.c +++ b/numpy/core/src/dummymodule.c @@ -9,7 +9,7 @@ #define NPY_NO_DEPRECATED_API NPY_API_VERSION #include <Python.h> -#include <numpy/npy_3kcompat.h> +#include <npy_pycompat.h> static struct PyMethodDef methods[] = { {NULL, NULL, 0, NULL} |