summaryrefslogtreecommitdiff
path: root/src/prng
diff options
context:
space:
mode:
Diffstat (limited to 'src/prng')
-rw-r--r--src/prng/random.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#include <stdint.h>
-#include "libc.h"
+#include "lock.h"
/*
this code uses the same lagged fibonacci generator as the