Added missing include guard in i_common.h

This commit is contained in:
alexey.lysiuk 2015-12-28 12:54:23 +02:00
parent 0efdccd942
commit 3676a42512
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,9 @@
**
*/
#ifndef COCOA_I_COMMON_INCLUDED
#define COCOA_I_COMMON_INCLUDED
#import <AppKit/AppKit.h>
@ -174,3 +177,5 @@ typedef NSInteger NSApplicationActivationPolicy;
@end
#endif // prior to 10.7
#endif // COCOA_I_COMMON_INCLUDED