diff --git a/Code/RestKit.h b/Code/RestKit.h index 55aa2997..4eb6625c 100644 --- a/Code/RestKit.h +++ b/Code/RestKit.h @@ -18,6 +18,9 @@ // limitations under the License. // +#ifndef _RESTKIT_ +#define _RESTKIT_ + #import "ObjectMapping.h" #import "Network.h" #import "Support.h" @@ -32,3 +35,5 @@ */ #undef RKLogComponent #define RKLogComponent RKlcl_cApp + +#endif /* _RESTKIT_ */