summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/numpy.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/mtrand/numpy.pxd')
-rw-r--r--numpy/random/mtrand/numpy.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/mtrand/numpy.pxd b/numpy/random/mtrand/numpy.pxd
index d5b0d74ca..32b19c1ab 100644
--- a/numpy/random/mtrand/numpy.pxd
+++ b/numpy/random/mtrand/numpy.pxd
@@ -130,6 +130,7 @@ cdef extern from "numpy/arrayobject.h":
object PyArray_IterNew(object arr)
void PyArray_ITER_NEXT(flatiter it) nogil
+ void* PyArray_ITER_DATA(flatiter it) nogil
dtype PyArray_DescrFromType(int)