From d68b39f201071634984948ab3187ffb846e90584 Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Wed, 24 Oct 2018 21:16:12 +0700 Subject: [PATCH] Added missing include of "collectd.h" This adressed to solve compilation issue on Solaris platform: ./src/config.h:1526:0: error: "_FILE_OFFSET_BITS" redefined [-Werror] --- src/utils_format_stackdriver_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils_format_stackdriver_test.c b/src/utils_format_stackdriver_test.c index fa43866b..1e96b65e 100644 --- a/src/utils_format_stackdriver_test.c +++ b/src/utils_format_stackdriver_test.c @@ -20,6 +20,8 @@ * Florian Forster **/ +#include "collectd.h" + #include "testing.h" #include "utils_format_stackdriver.h" -- 2.11.0