From 1c58b1bf9c585149307d41b9cbfccbede54fa525 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 19 Jan 2015 00:01:03 +0100 Subject: [PATCH] (Apple) Build fix --- gfx/video_viewport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_viewport.c b/gfx/video_viewport.c index a234be5ccc..7def321913 100644 --- a/gfx/video_viewport.c +++ b/gfx/video_viewport.c @@ -15,7 +15,7 @@ */ #include "video_viewport.h" -#include "general.h" +#include "../general.h" struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = { { "4:3", 1.3333f },