From 7a0862ba119ee4c035630dac75d234487246e422 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 10 Jan 2025 18:04:53 +0100 Subject: [PATCH] Unbreak last commit --- fbink_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbink_internal.h b/fbink_internal.h index 2c7ecdd6..3db1a350 100644 --- a/fbink_internal.h +++ b/fbink_internal.h @@ -900,7 +900,7 @@ static int dump_region(struct mxcfb_rect* region, FBInkDump* restrict dump); #endif // String utilities, to avoid using strncpy (c.f., string_copying(7)). -#ifdef FBINK_WITH_INPUT +#if defined(FBINK_WITH_INPUT) || !defined(FBINK_FOR_LINUX) # include "fbink_string_utils.h" #endif