From a8df5fa185c4edc65b184d6a8326ce03479ffe5f Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 29 Feb 2016 23:30:55 +0100 Subject: [PATCH] utils_random.c: add header for prototypes --- src/utils_random.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.11.0