X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_random.c;h=0488f913644a69ff26887a2a85073b0facd7ccf9;hb=4979d8dcd6f097eb8fd4661086e28accd31ff905;hp=b8738458710786faae5a1745dbbd602b8bb2bad6;hpb=81a5fd5046c6a39f580a8fc1a3af837fd5f5aa5c;p=collectd.git diff --git a/src/daemon/utils_random.c b/src/daemon/utils_random.c index b8738458..0488f913 100644 --- a/src/daemon/utils_random.c +++ b/src/daemon/utils_random.c @@ -25,10 +25,13 @@ **/ #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];