summaryrefslogtreecommitdiff
path: root/frontends/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/framebuffer')
-rw-r--r--frontends/framebuffer/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/framebuffer/font.h b/frontends/framebuffer/font.h
index dfac43695..48f25d6cc 100644
--- a/frontends/framebuffer/font.h
+++ b/frontends/framebuffer/font.h
@@ -58,7 +58,7 @@ nserror fb_font_position(const struct plot_font_style *fstyle, const char *strin
nserror fb_font_width(const struct plot_font_style *fstyle, const char *string, size_t length, int *width);
-#include "framebuffer/font_internal.h"
+#include "framebuffer/font_freetype.h"
#endif /* NETSURF_FB_FONT_H */