diff options
Diffstat (limited to 'fs/ceph/ceph_frag.c')
-rw-r--r-- | fs/ceph/ceph_frag.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ceph/ceph_frag.c b/fs/ceph/ceph_frag.c index ab6cf35c4091..bdce8b1fbd06 100644 --- a/fs/ceph/ceph_frag.c +++ b/fs/ceph/ceph_frag.c @@ -1,7 +1,8 @@ /* * Ceph 'frag' type */ -#include "types.h" +#include <linux/module.h> +#include <linux/ceph/types.h> int ceph_frag_compare(__u32 a, __u32 b) { |