From: Pavel Rochnyack Date: Wed, 24 Oct 2018 14:16:12 +0000 (+0700) Subject: Added missing include of "collectd.h" X-Git-Tag: collectd-5.9.0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68b39f201071634984948ab3187ffb846e90584;p=thirdparty%2Fcollectd.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 fa43866b6..1e96b65e7 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"