Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / daemon / utils_random.c
index b873845..fee0871 100644 (file)
 
 #include "collectd.h"
 #include "utils_time.h"
+#include "utils_random.h"
 
 #include <pthread.h>
 
+
 static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
 static _Bool have_seed = 0;
 static unsigned short seed[3];