diff options
Diffstat (limited to 'net/ceph')
-rw-r--r-- | net/ceph/messenger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c index f466930e26fa..ad5b70801f37 100644 --- a/net/ceph/messenger.c +++ b/net/ceph/messenger.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/ceph/messenger.h> | 18 | #include <linux/ceph/messenger.h> |
19 | #include <linux/ceph/decode.h> | 19 | #include <linux/ceph/decode.h> |
20 | #include <linux/ceph/pagelist.h> | 20 | #include <linux/ceph/pagelist.h> |
21 | #include <linux/export.h> | ||
21 | 22 | ||
22 | /* | 23 | /* |
23 | * Ceph uses the messenger to exchange ceph_msg messages with other | 24 | * Ceph uses the messenger to exchange ceph_msg messages with other |