diff options
Diffstat (limited to 'fs/btrfs/export.h')
-rw-r--r-- | fs/btrfs/export.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/export.h b/fs/btrfs/export.h index eba6bc4f5a..464582273a 100644 --- a/fs/btrfs/export.h +++ b/fs/btrfs/export.h @@ -4,6 +4,10 @@ #define BTRFS_EXPORT_H #include <linux/exportfs.h> +#include <linux/types.h> + +struct dentry; +struct super_block; extern const struct export_operations btrfs_export_ops; |