X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fprng%2F__rand48_step.c;h=94703d0738d2408326d85b39b3fda14998c035ed;hb=b2020571f07beaa9873ef0e5ade456b57b589042;hp=961d30fc9161e48dde6fc64a9c8aa10f19f5eee5;hpb=05cef96d9e63a00b319f88343cf9869c8e612843;p=musl 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) {