summaryrefslogtreecommitdiff
path: root/new/ui_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/ui_darwin.h')
-rw-r--r--new/ui_darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/ui_darwin.h b/new/ui_darwin.h
index 159939c..64b01db 100644
--- a/new/ui_darwin.h
+++ b/new/ui_darwin.h
@@ -6,7 +6,7 @@
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_7
#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_7
#import <Cocoa/Cocoa.h>
-#import "ui.h"
+#import "uipriv.h"
#define toNSString(str) [NSString stringWithUTF8String:(str)]