From 65f8fc7a21029108af87fa5d7f338b0c143a1d5e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 31 Jan 2019 15:56:17 +0100 Subject: [PATCH] Fix relative path include --- gfx/video_crt_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index 18b8cdbcf2..88f7602d5a 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -29,7 +29,7 @@ #endif #if defined(HAVE_VIDEOCORE) -#include "include/userland/interface/vmcs_host/vc_vchi_gencmd.h" +#include "../include/userland/interface/vmcs_host/vc_vchi_gencmd.h" #endif static unsigned ra_core_width = 0;