bcachefs: Fix a userspace build error

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2023-04-26 17:47:00 -04:00
parent c8d5b71411
commit a0668d77f0

View File

@ -838,4 +838,6 @@ static inline int u8_cmp(u8 l, u8 r)
return cmp_int(l, r);
}
#include <linux/uuid.h>
#endif /* _BCACHEFS_UTIL_H */