X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_random.c;h=fee08717a7d464c809be8f23685117654d6bdab0;hb=362a519e00d50fc3657d485135075f753ec71bab;hp=548d1d81c81aefadda6f9ee790e05650ddbd0104;hpb=6a68a39a2c6987fdcc94fb1bdd9cc8f598fd9478;p=collectd.git diff --git a/src/daemon/utils_random.c b/src/daemon/utils_random.c index 548d1d81..fee08717 100644 --- a/src/daemon/utils_random.c +++ b/src/daemon/utils_random.c @@ -24,12 +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;