From: Ruben Kerkhof Date: Mon, 29 Feb 2016 22:30:55 +0000 (+0100) Subject: utils_random.c: add header for prototypes X-Git-Tag: collectd-5.5.2~6^2~32^2~7 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=a8df5fa185c4edc65b184d6a8326ce03479ffe5f utils_random.c: add header for prototypes --- diff --git a/src/utils_random.c b/src/utils_random.c index b8738458..548d1d81 100644 --- a/src/utils_random.c +++ b/src/utils_random.c @@ -24,10 +24,12 @@ * Florian Forster **/ +#include + #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;