X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fprng%2Frandom.c;h=633a17f6902fcf9e287c0ecbc921304513bf23a9;hb=4554f155dd23a65fcdfd39f1d5af8af55ba37694;hp=13a5e6df5f650d12802c589f0e5f49122a870625;hpb=32482f61da7650ff10741bd5aedd66bbc3ea165b;p=musl diff --git a/src/prng/random.c b/src/prng/random.c index 13a5e6df..633a17f6 100644 --- a/src/prng/random.c +++ b/src/prng/random.c @@ -1,6 +1,6 @@ #include #include -#include "libc.h" +#include "lock.h" /* this code uses the same lagged fibonacci generator as the