Code

collectd.spec: remove misleading items from changelog
[collectd.git] / src / daemon / utils_random.c
index b8738458710786faae5a1745dbbd602b8bb2bad6..fee08717a7d464c809be8f23685117654d6bdab0 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];