summaryrefslogtreecommitdiff
path: root/src/prng/rand48.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prng/rand48.h')
-rw-r--r--src/prng/rand48.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/prng/rand48.h b/src/prng/rand48.h
index 4ed6ae52..55cbec1c 100644
--- a/src/prng/rand48.h
+++ b/src/prng/rand48.h
@@ -1,4 +1,5 @@
#include <stdint.h>
+#include <features.h>
-uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
-extern unsigned short __seed48[7];
+hidden uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
+extern hidden unsigned short __seed48[7];