X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Fglobals.c;h=85f1b11b0e4d86978bff9b08e9cb6f1a6b1c52e9;hp=5c6749ff83d57b9074f6c73c247e8ceeb9f3fc5e;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=5a32acd88719481cc22aaecd36f3cbc11f3a3489 diff --git a/src/daemon/globals.c b/src/daemon/globals.c index 5c6749ff..85f1b11b 100644 --- a/src/daemon/globals.c +++ b/src/daemon/globals.c @@ -21,8 +21,14 @@ * DEALINGS IN THE SOFTWARE. **/ -#include "common.h" +// clang-format off +/* + * Explicit order is required or _FILE_OFFSET_BITS will have definition mismatches on Solaris + * See Github Issue #3193 for details + */ +#include "utils/common/common.h" #include "globals.h" +// clang-format on #if HAVE_KSTAT_H #include