X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_random.c;h=548d1d81c81aefadda6f9ee790e05650ddbd0104;hb=1fc00932fd49fa535551cc4bba09c4e4be059ab4;hp=b8738458710786faae5a1745dbbd602b8bb2bad6;hpb=a7eecf6018a684dcf8323d4a41a7e704a5d57f02;p=collectd.git diff --git a/src/daemon/utils_random.c b/src/daemon/utils_random.c index b8738458..548d1d81 100644 --- a/src/daemon/utils_random.c +++ b/src/daemon/utils_random.c @@ -24,10 +24,12 @@ * Florian Forster **/ +#include + #include "collectd.h" #include "utils_time.h" +#include "utils_random.h" -#include static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; static _Bool have_seed = 0;