diff --git a/src/libcalamares/utils/CalamaresUtilsSystem.cpp b/src/libcalamares/utils/CalamaresUtilsSystem.cpp index 6221c1f15..00b879224 100644 --- a/src/libcalamares/utils/CalamaresUtilsSystem.cpp +++ b/src/libcalamares/utils/CalamaresUtilsSystem.cpp @@ -34,8 +34,11 @@ #endif #ifdef Q_OS_FREEBSD -#include +// clang-format off +// these includes need to stay in-order (that's a FreeBSD thing) #include +#include +// clang-format on #endif /** @brief When logging commands, don't log everything.