Merge branch 'hugepages'
[collectd.git] / src / daemon / utils_random.c
index b873845..0488f91 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];