From a0668d77f04dd95a394cf421125a2cfd6ab68fad Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 26 Apr 2023 17:47:00 -0400 Subject: bcachefs: Fix a userspace build error Signed-off-by: Kent Overstreet --- fs/bcachefs/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs/bcachefs/util.h') diff --git a/fs/bcachefs/util.h b/fs/bcachefs/util.h index a57accc592db..8e37ce01a728 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 */ -- cgit