summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarray/boolean_ops.c.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/boolean_ops.c.src b/numpy/core/src/multiarray/boolean_ops.c.src
index f3d87cc34..dbe5c9899 100644
--- a/numpy/core/src/multiarray/boolean_ops.c.src
+++ b/numpy/core/src/multiarray/boolean_ops.c.src
@@ -19,7 +19,7 @@
#define NPY_NO_DEPRECATED_API
#define _MULTIARRAYMODULE
-#include <numpy/arrayobject.h>
+#include <numpy/ndarrayobject.h>
#include "npy_config.h"
#include "numpy/npy_3kcompat.h"