summaryrefslogtreecommitdiff
path: root/fs/bcachefs/util.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-04-26 17:47:00 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:10:00 -0400
commita0668d77f04dd95a394cf421125a2cfd6ab68fad (patch)
tree21cfc0e23901182d4362404b57f0d364d2f249c7 /fs/bcachefs/util.h
parentc8d5b71411473187db4fbc6ca419496b716778b8 (diff)
bcachefs: Fix a userspace build error
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/util.h')
-rw-r--r--fs/bcachefs/util.h2
1 files changed, 2 insertions, 0 deletions
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 <linux/uuid.h>
+
#endif /* _BCACHEFS_UTIL_H */