X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Futils%2Fproc_pids%2Fproc_pids_test.c;h=42d17f49fc6ecf0628b17bc7e70570b95107e226;hp=2693b1f4c49105756dc9b28429b610524a465c39;hb=9315ccb08ebd29f0b79426853c2e7adf448c26e9;hpb=54d4f889eb72249824ef4ee6b155b0e0fb858be2 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 /***************************************************************************