X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_random.c;h=0488f913644a69ff26887a2a85073b0facd7ccf9;hb=f876292e5ce4be40ab5b031b2bcfb347f00da1f8;hp=b8738458710786faae5a1745dbbd602b8bb2bad6;hpb=3812f29af0b4ae25d1e0114ee0afc4a83880e913;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];