]> git.saurik.com Git - safemode-ios.git/commitdiff
We no longer get dlfcn.h by including substrate.h.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 1 Feb 2017 17:04:32 +0000 (09:04 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 1 Feb 2017 17:04:32 +0000 (09:04 -0800)
Tweak.xm

index 9d492b7dedb2b38a1b6d16fe0b84fc56bc719118..f3b74e49b6c79125463c8c75510fe168997ee5e0 100644 (file)
--- a/Tweak.xm
+++ b/Tweak.xm
@@ -24,6 +24,7 @@
 #import <CoreGraphics/CGGeometry.h>
 #import <UIKit/UIKit.h>
 
+#include <dlfcn.h>
 #include <substrate.h>
 
 Class $SafeModeAlertItem;