From de1edb72f8fb7e075c48607cfee3742ff2ecb13b Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Fri, 3 Mar 2023 13:15:48 +0000 Subject: [PATCH] src/editor/spell.c: add missed #include. Signed-off-by: Andreas Mohr Signed-off-by: Andrew Borodin --- src/editor/spell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/spell.c b/src/editor/spell.c index 4b743275f..c10865bca 100644 --- a/src/editor/spell.c +++ b/src/editor/spell.c @@ -36,6 +36,7 @@ #include "lib/charsets.h" #endif #include "lib/strutil.h" +#include "lib/util.h" /* MC_PTR_FREE() */ #include "lib/tty/tty.h" /* COLS, LINES */ #include "src/setup.h"