From 9c0ccccc1c472081b7c976218ee4ebad69ba5c93 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 3 Feb 2019 19:44:17 +0100 Subject: [PATCH] Relative header include fix --- 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 88f7602d5a..18b8cdbcf2 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;