mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 16:41:39 +00:00
bcachefs: Fix a userspace build error
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
c8d5b71411
commit
a0668d77f0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user