From b87f50dc9db73dff123290e8646b094156454f06 Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 30 Nov 2011 17:34:18 +0100 Subject: [PATCH] Fix include path. --- gfx/gfx_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gfx_common.c b/gfx/gfx_common.c index 2f2ee6d517..99571d75f6 100644 --- a/gfx/gfx_common.c +++ b/gfx/gfx_common.c @@ -16,7 +16,7 @@ */ #include "gfx_common.h" -#include "general.h" +#include "../general.h" #include static float tv_to_fps(const struct timeval *tv, const struct timeval *new_tv, int frames)