diff options
Diffstat (limited to 'libbcachefs/dirent.h')
-rw-r--r-- | libbcachefs/dirent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbcachefs/dirent.h b/libbcachefs/dirent.h index b1a30bda..fb2950a3 100644 --- a/libbcachefs/dirent.h +++ b/libbcachefs/dirent.h @@ -1,6 +1,9 @@ #ifndef _BCACHE_DIRENT_H #define _BCACHE_DIRENT_H +#include "str_hash.h" + +extern const struct bch_hash_desc bch2_dirent_hash_desc; extern const struct bkey_ops bch2_bkey_dirent_ops; struct qstr; |