From 877b479bcc183e71a6d78cb938548c21ed4303fc Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 7 Aug 2023 17:57:24 +0000 Subject: [PATCH] add missing include of config.h in vis.c --- compat/vis.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/vis.c b/compat/vis.c index 9ebdc72..086d93b 100644 --- a/compat/vis.c +++ b/compat/vis.c @@ -28,6 +28,8 @@ * SUCH DAMAGE. */ +#include "../config.h" + #include #include #include