fix sh fesetround failure to clear old mode
[musl] / src / prng / random.c
index 13a5e6d..633a17f 100644 (file)
@@ -1,6 +1,6 @@
 #include <stdlib.h>
 #include <stdint.h>
-#include "libc.h"
+#include "lock.h"
 
 /*
 this code uses the same lagged fibonacci generator as the