From: Kent Overstreet Date: Wed, 26 Apr 2023 21:47:00 +0000 (-0400) Subject: bcachefs: Fix a userspace build error X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a0668d77f04dd95a394cf421125a2cfd6ab68fad;p=linux.git bcachefs: Fix a userspace build error Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/util.h b/fs/bcachefs/util.h index a57accc592dbd..8e37ce01a728a 100644 --- a/fs/bcachefs/util.h +++ b/fs/bcachefs/util.h @@ -838,4 +838,6 @@ static inline int u8_cmp(u8 l, u8 r) return cmp_int(l, r); } +#include + #endif /* _BCACHEFS_UTIL_H */