diff options
author | Sage Weil <sage@newdream.net> | 2010-04-20 18:20:33 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-05-03 13:49:24 -0400 |
commit | d45d0d970f495e04a4e4f46acd74e90f4a4564f9 (patch) | |
tree | f5be41231ee8b925c01b3d291f8919b8e451101d /fs/ceph/auth_none.h | |
parent | 0b0c06d1476290cea248923c0ee7be9fd61cacea (diff) |
ceph: add missing #includes
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/auth_none.h')
-rw-r--r-- | fs/ceph/auth_none.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/auth_none.h b/fs/ceph/auth_none.h index 56c05533a31c..8164df1a08be 100644 --- a/fs/ceph/auth_none.h +++ b/fs/ceph/auth_none.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef _FS_CEPH_AUTH_NONE_H | 1 | #ifndef _FS_CEPH_AUTH_NONE_H |
2 | #define _FS_CEPH_AUTH_NONE_H | 2 | #define _FS_CEPH_AUTH_NONE_H |
3 | 3 | ||
4 | #include <linux/slab.h> | ||
5 | |||
4 | #include "auth.h" | 6 | #include "auth.h" |
5 | 7 | ||
6 | /* | 8 | /* |