From ce5b481fc867c7feb8103efd8382c8367d22ebb3 Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 7 Feb 2018 00:10:54 -0500 Subject: [PATCH] android build fix --- gfx/video_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 13232e940d..ffa4c310fa 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -31,7 +31,7 @@ #include #include -#include "menu/menu_shader.h" +#include "../menu/menu_shader.h" #ifdef HAVE_CONFIG_H #include "../config.h"