prng: make rand_r have 2^32 period instead of 2^31
[musl] / src / prng / __rand48_step.c
index 755b4f2..105f810 100644 (file)
@@ -1,5 +1,5 @@
 #include <stdlib.h>
-#include <inttypes.h>
+#include <stdint.h>
 
 uint64_t __rand48_step(unsigned short *xi, unsigned short *lc)
 {