mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-07 08:36:40 +00:00
00ebe92186
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>