diff options
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 */ |