diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-17 12:43:22 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-17 12:43:22 -0700 |
commit | ffbc8ef2844d34c939c8e538ed60746717ca9862 (patch) | |
tree | aef7c9010be369bd1ea121bd0d57e8d192c67364 | |
parent | f8e0cf0621c4d023a4ba1cf7b3dd7d16d72ca485 (diff) |
Fix iPhonePrivate.h's header insulation.
-rw-r--r-- | iPhonePrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index f60e394..f93602f 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -1,4 +1,5 @@ #ifndef CYDIA_UIKITPRIVATE_H +#define CYDIA_UIKITPRIVATE_H // #include <*> {{{ #include <GraphicsServices/GraphicsServices.h> |