From 1981c4b83ea40aa73d00dc5c8604f217ecba453c Mon Sep 17 00:00:00 2001
From: twinaphex <libretro@gmail.com>
Date: Wed, 18 Jan 2017 22:25:11 +0100
Subject: [PATCH] Typo fix

---
 gfx/drivers/xvideo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gfx/drivers/xvideo.c b/gfx/drivers/xvideo.c
index ca862d0f60..6ee19f84e8 100644
--- a/gfx/drivers/xvideo.c
+++ b/gfx/drivers/xvideo.c
@@ -35,7 +35,7 @@
 #endif
 
 #ifdef HAVE_MENU
-#include ".././menu/menu_driver.h"
+#include "../../menu/menu_driver.h"
 #endif
 
 #include "../../configuration.h"