X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_random.c;h=fee08717a7d464c809be8f23685117654d6bdab0;hb=9d3906a53e086d520b5ed71ca57118e8f589574b;hp=b8738458710786faae5a1745dbbd602b8bb2bad6;hpb=0a63e4493d92f7d739a1849bc65d4e971b047004;p=collectd.git diff --git a/src/daemon/utils_random.c b/src/daemon/utils_random.c index b8738458..fee08717 100644 --- a/src/daemon/utils_random.c +++ b/src/daemon/utils_random.c @@ -26,9 +26,11 @@ #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; static unsigned short seed[3];