diff --git a/[refs] b/[refs] index af06600daaa6..7f5fba7e80e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b0c06d1476290cea248923c0ee7be9fd61cacea +refs/heads/master: d45d0d970f495e04a4e4f46acd74e90f4a4564f9 diff --git a/trunk/fs/ceph/auth.c b/trunk/fs/ceph/auth.c index f6394b94b866..818afe72e6c7 100644 --- a/trunk/fs/ceph/auth.c +++ b/trunk/fs/ceph/auth.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "types.h" #include "auth_none.h" diff --git a/trunk/fs/ceph/auth_none.h b/trunk/fs/ceph/auth_none.h index 56c05533a31c..8164df1a08be 100644 --- a/trunk/fs/ceph/auth_none.h +++ b/trunk/fs/ceph/auth_none.h @@ -1,6 +1,8 @@ #ifndef _FS_CEPH_AUTH_NONE_H #define _FS_CEPH_AUTH_NONE_H +#include + #include "auth.h" /* diff --git a/trunk/fs/ceph/super.h b/trunk/fs/ceph/super.h index e30dfbb056c3..13513b80d87f 100644 --- a/trunk/fs/ceph/super.h +++ b/trunk/fs/ceph/super.h @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include