From 3cf24afc442538eee16fcf354394ae438b426c4a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 11 Sep 2016 16:43:56 +0200 Subject: [PATCH] (CTR) Buildfix --- gfx/drivers/ctr_gfx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/drivers/ctr_gfx.c b/gfx/drivers/ctr_gfx.c index e05988699c..d56d6dbeff 100644 --- a/gfx/drivers/ctr_gfx.c +++ b/gfx/drivers/ctr_gfx.c @@ -29,6 +29,7 @@ #include "../../configuration.h" #include "../../command.h" +#include "../../driver.h" #include "../../retroarch.h" #include "../../performance_counters.h"