summaryrefslogtreecommitdiff
path: root/framebuffer/fb_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fb_font.h')
-rw-r--r--framebuffer/fb_font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framebuffer/fb_font.h b/framebuffer/fb_font.h
index 2e453d465..cd32e5193 100644
--- a/framebuffer/fb_font.h
+++ b/framebuffer/fb_font.h
@@ -29,6 +29,8 @@ bool fb_font_finalise(void);
FT_Face fb_get_face(const struct css_style *style);
+extern int ft_load_type;
+
#else
#include "utils/utf8.h"