summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-02-01 22:44:43 +0000
committerVincent Sanders <vince@kyllikki.org>2014-02-01 22:44:43 +0000
commit7798dae86a1d85dc020de1e04e37f8ff2713094c (patch)
tree65c801e0d4bb615229dcffac220b9a97d05fb9ba /cocoa
parent886a3106db6d6a60d2d706d2caad3e883dd70b14 (diff)
downloadnetsurf-7798dae86a1d85dc020de1e04e37f8ff2713094c.tar.gz
netsurf-7798dae86a1d85dc020de1e04e37f8ff2713094c.tar.bz2
fix missing includes
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/fetch.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/fetch.m b/cocoa/fetch.m
index 7bf00e0ba..70d3805e1 100644
--- a/cocoa/fetch.m
+++ b/cocoa/fetch.m
@@ -19,6 +19,7 @@
#import <Cocoa/Cocoa.h>
#import "utils/log.h"
+#import "utils/nsurl.h"
#import "desktop/gui.h"
#import "cocoa/fetch.h"