From 44b96e9432d1a262dca2a44ebe4f48c5c707a0a4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 28 Mar 2015 19:57:59 +0100 Subject: [PATCH] (XMB) BUildfix --- menu/drivers/xmb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 43cbe0637b..41a298b55e 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -26,6 +26,7 @@ #include #include "../../gfx/video_thread_wrapper.h" #include "../../gfx/gl_common.h" +#include "../../gfx/font_gl_driver.h" #include "../../gfx/video_texture.h" #include #include @@ -1541,7 +1542,7 @@ static bool xmb_font_init_first(const gl_font_renderer_t **font_driver, if (!thr) return false; - thr->cmd_data.font_init.method = gl_font_init_first; + thr->cmd_data.font_init.method = gl_font_init_first; thr->cmd_data.font_init.font_driver = font_driver; thr->cmd_data.font_init.font_handle = font_handle; thr->cmd_data.font_init.video_data = video_data;