From 9eb3a42e1a2f14b49ece03b661280db53f15a546 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 5 Dec 2016 10:13:52 +0000 Subject: Also fix actual random_string compilation with musl and getrandom()... --- src/librandom/random_string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/librandom') diff --git a/src/librandom/random_string.c b/src/librandom/random_string.c index 83aca2c..6ccd865 100644 --- a/src/librandom/random_string.c +++ b/src/librandom/random_string.c @@ -18,6 +18,7 @@ void random_string (char *s, unsigned int n) #include #include +#include #include #include -- cgit v1.2.3