X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_random.c;h=0488f913644a69ff26887a2a85073b0facd7ccf9;hb=51181b899668ad2c232a152d6e5e787c4eb049cc;hp=548d1d81c81aefadda6f9ee790e05650ddbd0104;hpb=6a1a62048b6d0d2ddf5c17295609d3ebf010f40b;p=collectd.git diff --git a/src/daemon/utils_random.c b/src/daemon/utils_random.c index 548d1d81..0488f913 100644 --- a/src/daemon/utils_random.c +++ b/src/daemon/utils_random.c @@ -24,12 +24,13 @@ * 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;