diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-04-27 00:47:00 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-23 00:10:00 +0300 |
commit | a0668d77f04dd95a394cf421125a2cfd6ab68fad (patch) | |
tree | 21cfc0e23901182d4362404b57f0d364d2f249c7 /fs/bcachefs/util.h | |
parent | c8d5b71411473187db4fbc6ca419496b716778b8 (diff) | |
download | linux-a0668d77f04dd95a394cf421125a2cfd6ab68fad.tar.xz |
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.h | 2 |
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 */ |