From 7be7815933be869b2e57e758413c6baf75b2ec8e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 7 Mar 2020 06:49:10 +0100 Subject: [PATCH] (libnx) Buildfix --- gfx/drivers_font/switch_font.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/drivers_font/switch_font.c b/gfx/drivers_font/switch_font.c index e98c0bbb24..44f473e195 100644 --- a/gfx/drivers_font/switch_font.c +++ b/gfx/drivers_font/switch_font.c @@ -25,6 +25,7 @@ #include "../font_driver.h" +#include "../../configuration.h" #include "../../verbosity.h" #include "../common/switch_common.h"