From: Pavel Rochnyack Date: Wed, 24 Oct 2018 14:16:12 +0000 (+0700) Subject: Added missing include of "collectd.h" X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d68b39f201071634984948ab3187ffb846e90584;p=collectd.git 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] --- 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"