summaryrefslogtreecommitdiff
path: root/postinst.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-05-25 05:24:20 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-05-25 05:34:04 -0700
commit608321d0a34d8a744ce5fce2f8e15223836fdfff (patch)
tree3961a79e786f8c8cd1c67d5876f852618b19d711 /postinst.mm
parent7108bdd255877c5fd94dc0f61a84199b90f2c538 (diff)
Do not require CydiaSubstrate to compile postinst.
Diffstat (limited to 'postinst.mm')
-rw-r--r--postinst.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/postinst.mm b/postinst.mm
index 6e02daf..c14f7fe 100644
--- a/postinst.mm
+++ b/postinst.mm
@@ -4,7 +4,7 @@
#include <sys/types.h>
#include <sys/sysctl.h>
-#include <CydiaSubstrate/CydiaSubstrate.h>
+#include <Menes/ObjectHandle.h>
_H<NSMutableDictionary> Sources_;
bool Changed_;