summaryrefslogtreecommitdiff
path: root/numpy/random/common.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/common.pxd')
-rw-r--r--numpy/random/common.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/common.pxd b/numpy/random/common.pxd
index 2f7baa06e..ac0a94bb0 100644
--- a/numpy/random/common.pxd
+++ b/numpy/random/common.pxd
@@ -5,7 +5,7 @@ from libc.stdint cimport (uint8_t, uint16_t, uint32_t, uint64_t,
uintptr_t)
from libc.math cimport sqrt
-cdef extern from "numpy/random/bitgen.h":
+cdef extern from "src/bitgen.h":
struct bitgen:
void *state
uint64_t (*next_uint64)(void *st) nogil