summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/arrayobject.h')
-rw-r--r--numpy/core/src/arrayobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/numpy/core/src/arrayobject.h b/numpy/core/src/arrayobject.h
index bedbf6223..cd66e9108 100644
--- a/numpy/core/src/arrayobject.h
+++ b/numpy/core/src/arrayobject.h
@@ -42,7 +42,6 @@ typedef struct {
PyObject *conjugate;
} NumericOps;
-extern NPY_NO_EXPORT NumericOps n_ops;
extern NPY_NO_EXPORT PyArray_Descr **userdescrs;
@@ -146,4 +145,7 @@ set_typeinfo(PyObject *dict);
extern NPY_NO_EXPORT PyArray_Descr LONG_Descr;
extern NPY_NO_EXPORT PyArray_Descr INT_Descr;
+/* Number protocol */
+#include "arraynumber.h"
+
#endif