From: Dagobert Michelsen Date: Thu, 22 Mar 2018 13:54:01 +0000 (+0100) Subject: Include config.h early or _FILE_OFFSET_BITS is wrongly defined and bails out on Solar... X-Git-Tag: collectd-5.9.0~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f24dce20ad6ea1b2ed11780f9423e8675885539;p=thirdparty%2Fcollectd.git Include config.h early or _FILE_OFFSET_BITS is wrongly defined and bails out on Solaris 32 bit --- diff --git a/src/libcollectdclient/collectd/network_buffer.h b/src/libcollectdclient/collectd/network_buffer.h index d66b81556..ed8ab5175 100644 --- a/src/libcollectdclient/collectd/network_buffer.h +++ b/src/libcollectdclient/collectd/network_buffer.h @@ -27,6 +27,8 @@ #ifndef LIBCOLLECTDCLIENT_NETWORK_BUFFER_H #define LIBCOLLECTDCLIENT_NETWORK_BUFFER_H 1 +#include "config.h" + #include "collectd/network.h" /* for lcc_security_level_t */ #include "collectd/types.h"