diff --git a/subprojects/test.h/test.h b/subprojects/test.h/test.h index 5f25bfc..fd8dc22 100644 --- a/subprojects/test.h/test.h +++ b/subprojects/test.h/test.h @@ -11,8 +11,10 @@ #if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \ defined(__NetBSD__) || defined(__OpenBSD__) #define USE_SYSCTL_FOR_ARGS 1 -#include +// clang-format off #include +#include +// clang-format on #include // getpid #endif