summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-03-09 16:14:05 +0000
committerVincent Sanders <vince@kyllikki.org>2014-03-09 16:14:05 +0000
commit5c6a0eda3b42d98f7f7aeab94b96021128c298c4 (patch)
treec08fc3065c9da253505532002867f3ae46de43ca /cocoa
parent87f6314dabdc2067a19e01f8b29f9ecc38ed825b (diff)
downloadnetsurf-5c6a0eda3b42d98f7f7aeab94b96021128c298c4.tar.gz
netsurf-5c6a0eda3b42d98f7f7aeab94b96021128c298c4.tar.bz2
fixup missing includes from schedule changes
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/schedule.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/schedule.m b/cocoa/schedule.m
index 2dd9a81f6..f0896bd9d 100644
--- a/cocoa/schedule.m
+++ b/cocoa/schedule.m
@@ -18,6 +18,8 @@
#import <Cocoa/Cocoa.h>
+#import "utils/errors.h"
+
#import "cocoa/schedule.h"
@interface ScheduledCallback : NSObject {