From: Kent Overstreet Date: Wed, 7 May 2025 20:34:35 +0000 (-0400) Subject: bcachefs: Add missing include X-Git-Tag: v6.16-rc1~211^2~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=970dde8271b607876bfdbb66b941ffda35e74973;p=thirdparty%2Flinux.git bcachefs: Add missing include fix debug build in userspace Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/util.h b/fs/bcachefs/util.h index 14cb2c7dfda43..25cf61ebd40cb 100644 --- a/fs/bcachefs/util.h +++ b/fs/bcachefs/util.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include