diff options
Diffstat (limited to 'fs/ocfs2/export.h')
| -rw-r--r-- | fs/ocfs2/export.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ocfs2/export.h b/fs/ocfs2/export.h index 5b77ee7866e..41a738678c3 100644 --- a/fs/ocfs2/export.h +++ b/fs/ocfs2/export.h @@ -26,6 +26,8 @@ #ifndef OCFS2_EXPORT_H #define OCFS2_EXPORT_H -extern struct export_operations ocfs2_export_ops; +#include <linux/exportfs.h> + +extern const struct export_operations ocfs2_export_ops; #endif /* OCFS2_EXPORT_H */ |
