summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-02-01 09:04:32 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-02-01 09:04:32 -0800
commite7e2bcf06bf33293673e08d5869cf4d4287253fb (patch)
tree6d11c8734163c13ee3243108efa7aa91616d5585
parentde96ccab6b3f23d3d22a84eac3e7820cfdc5f373 (diff)
We no longer get dlfcn.h by including substrate.h.
-rw-r--r--Tweak.xm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tweak.xm b/Tweak.xm
index 9d492b7..f3b74e4 100644
--- 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;