From: Pavel Rochnyack Date: Sun, 20 May 2018 16:24:25 +0000 (+0700) Subject: Added missing include of "collectd.h" X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=c7ab57a44a8bbfc17fa4d184f2c66eae03451f2a 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_config_cores_test.c b/src/utils_config_cores_test.c index 4809bd30..2c6f5b60 100644 --- a/src/utils_config_cores_test.c +++ b/src/utils_config_cores_test.c @@ -25,6 +25,8 @@ * Kamil Wiatrowski **/ +#include "collectd.h" + #include "testing.h" #include "utils_config_cores.c" /* sic */