X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fprng%2F__rand48_step.c;h=ccaffc37b199df1afd18371a87333d8265625d58;hb=0a8d98285f46f721dabf38485df916c02d6a4675;hp=755b4f2f3903e33357684d33d27f8b2e4de3d2ae;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/prng/__rand48_step.c b/src/prng/__rand48_step.c index 755b4f2f..ccaffc37 100644 --- a/src/prng/__rand48_step.c +++ b/src/prng/__rand48_step.c @@ -1,5 +1,4 @@ -#include -#include +#include uint64_t __rand48_step(unsigned short *xi, unsigned short *lc) {