diff --git a/SoObjects/SOGo/SOGoContentObject.m b/SoObjects/SOGo/SOGoContentObject.m index 4aa485035..ac27122be 100644 --- a/SoObjects/SOGo/SOGoContentObject.m +++ b/SoObjects/SOGo/SOGoContentObject.m @@ -391,7 +391,7 @@ - (NSArray *) aclsForUser: (NSString *) uid { NSMutableArray *acls; - NSArray *ownAcls, *containerAcls; + NSArray *containerAcls; acls = [NSMutableArray array]; /* this is unused... */ diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 68f614230..f8b4136a6 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -53,6 +53,7 @@ #import "SOGoParentFolder.h" #import "SOGoPermissions.h" #import "SOGoUser.h" +#import "WORequest+SOGo.h" #import "SOGoGCSFolder.h"