mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
In el9 releases, our includes declare offsetof() before our header chain includes stddef.h, which doesn't properly check if offsetof is already defined, leading to a redefinition. Just include stddef at all times here. Signed-off-by: Auke Kok <auke.kok@versity.com>