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