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)