From c7ab57a44a8bbfc17fa4d184f2c66eae03451f2a Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Sun, 20 May 2018 23:24:25 +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_config_cores_test.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.11.0