Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress IWYU warning about
#include <sys/param.h>
IWYU is actually right that `sys/param.h` is not used on Linux. However, we need it for the BSD detection, so let's tell IWYU that we want to keep this "unnecessary" inclusion.
- Loading branch information