Code

Merge remote-tracking branch 'github/pr/2012' into collectd-5.6
[collectd.git] / src / daemon / utils_random.c
index b8738458710786faae5a1745dbbd602b8bb2bad6..0488f913644a69ff26887a2a85073b0facd7ccf9 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];