bcachefs: Fix a userspace build error
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 26 Apr 2023 21:47:00 +0000 (17:47 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:00 +0000 (17:10 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/util.h

index a57accc592dbdce07307fe0dcd75c84cf733126e..8e37ce01a728af553b6e4073e8fc865df48ebda1 100644 (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 */