summaryrefslogtreecommitdiff
path: root/frontends/cocoa/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/font.h')
-rw-r--r--frontends/cocoa/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/font.h b/frontends/cocoa/font.h
index cabd2b933..ed0479765 100644
--- a/frontends/cocoa/font.h
+++ b/frontends/cocoa/font.h
@@ -19,7 +19,7 @@
#ifndef COCOA_FONT_H
#define COCOA_FONT_H
-#import "desktop/plot_style.h"
+#import "netsurf/plot_style.h"
void cocoa_draw_string( CGFloat x, CGFloat y, const char *bytes, size_t length, const struct plot_font_style *style );