X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fprng%2F__rand48_step.c;h=ccaffc37b199df1afd18371a87333d8265625d58;hb=3e4b2cdc1b3b881ffdcd8f2119a7bf850f01954d;hp=105f810ff017d51e8979b049bae0167ec612a497;hpb=0996faa3d789dd69e4c1c022757f0623908b0df5;p=musl diff --git a/src/prng/__rand48_step.c b/src/prng/__rand48_step.c index 105f810f..ccaffc37 100644 --- a/src/prng/__rand48_step.c +++ b/src/prng/__rand48_step.c @@ -1,4 +1,3 @@ -#include #include uint64_t __rand48_step(unsigned short *xi, unsigned short *lc)