X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils%2Fproc_pids%2Fproc_pids_test.c;h=42d17f49fc6ecf0628b17bc7e70570b95107e226;hb=9315ccb08ebd29f0b79426853c2e7adf448c26e9;hp=06b8d39b8cdc10e94907ee14ba646a825747d5da;hpb=dfb17826ceb8223cca9009b7b9f4194252ff994d;p=collectd.git diff --git a/src/utils/proc_pids/proc_pids_test.c b/src/utils/proc_pids/proc_pids_test.c index 06b8d39b..42d17f49 100644 --- a/src/utils/proc_pids/proc_pids_test.c +++ b/src/utils/proc_pids/proc_pids_test.c @@ -1,5 +1,11 @@ -#include "testing.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/proc_pids/proc_pids.c" /* sic */ +#include "testing.h" +// clang-format on #include /***************************************************************************