summaryrefslogtreecommitdiff
path: root/numpy/random/_bounded_integers.pyx.in
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/_bounded_integers.pyx.in')
-rw-r--r--numpy/random/_bounded_integers.pyx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_bounded_integers.pyx.in b/numpy/random/_bounded_integers.pyx.in
index c0068dab2..7e19471e4 100644
--- a/numpy/random/_bounded_integers.pyx.in
+++ b/numpy/random/_bounded_integers.pyx.in
@@ -8,7 +8,7 @@ __all__ = []
np.import_array()
-cdef extern from "include/distributions.h":
+cdef extern from "numpy/random/distributions.h":
# Generate random numbers in closed interval [off, off + rng].
uint64_t random_bounded_uint64(bitgen_t *bitgen_state,
uint64_t off, uint64_t rng,