From f9db9eca40fdc78fae258b8e12eb689fc2d5e0e5 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 7 Sep 2018 23:02:40 -0400 Subject: add and use internal header for *rand48 lcg --- src/prng/__rand48_step.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prng/__rand48_step.c') diff --git a/src/prng/__rand48_step.c b/src/prng/__rand48_step.c index 961d30fc..94703d07 100644 --- a/src/prng/__rand48_step.c +++ b/src/prng/__rand48_step.c @@ -1,4 +1,5 @@ #include +#include "rand48.h" uint64_t __rand48_step(unsigned short *xi, unsigned short *lc) { -- cgit 1.4.1