X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils%2Fproc_pids%2Fproc_pids_test.c;fp=src%2Futils%2Fproc_pids%2Fproc_pids_test.c;h=42d17f49fc6ecf0628b17bc7e70570b95107e226;hb=72105c0b5384e650d00053d8e6a1a0280741b89d;hp=2693b1f4c49105756dc9b28429b610524a465c39;hpb=e41852e6f2d2b3761d6ce405d20fba29a2069b40;p=collectd.git diff --git a/src/utils/proc_pids/proc_pids_test.c b/src/utils/proc_pids/proc_pids_test.c index 2693b1f4..42d17f49 100644 --- a/src/utils/proc_pids/proc_pids_test.c +++ b/src/utils/proc_pids/proc_pids_test.c @@ -1,5 +1,11 @@ +// 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 /***************************************************************************