summaryrefslogtreecommitdiff
path: root/uialert.mm
diff options
context:
space:
mode:
Diffstat (limited to 'uialert.mm')
-rw-r--r--uialert.mm7
1 files changed, 5 insertions, 2 deletions
diff --git a/uialert.mm b/uialert.mm
index a72cbd4..403dbd2 100644
--- a/uialert.mm
+++ b/uialert.mm
@@ -1,5 +1,8 @@
-#include <UIKit/UIKit.h>
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
#include <unistd.h>
+#include <cstdlib>
int argc_;
char **argv_;
@@ -44,7 +47,7 @@ int main(int argc, char *argv[]) {
argv_ = argv;
char *args[] = {
- "AlertSheet", NULL
+ (char *) "AlertSheet", NULL
};
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];