aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAP.h')
-rw-r--r--src/objc/imap/MCOIMAP.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/objc/imap/MCOIMAP.h b/src/objc/imap/MCOIMAP.h
index 564373ef..f8dcb30d 100644
--- a/src/objc/imap/MCOIMAP.h
+++ b/src/objc/imap/MCOIMAP.h
@@ -6,6 +6,12 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
+#ifndef __MAILCORE_MCOIMAP_H_
+
+#define __MAILCORE_MCOIMAP_H_
+
#import <mailcore/MCOIMAPSession.h>
-#import <mailcore/MCOCheckAccountOperation.h>
-#import <mailcore/MCOFetchFoldersOperation.h>
+#import <mailcore/MCOIMAPCheckAccountOperation.h>
+#import <mailcore/MCOIMAPFetchFoldersOperation.h>
+
+#endif