From 69121c33e4a11805bf6438131c8aec72411a0e5d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 28 Oct 2022 23:08:36 +0200 Subject: [PATCH] Fix warning in xsettings.c * src/xsettings.c [USE_CAIRO]: Include cairo-ft.h. Thanks to Vincent Bernat . --- src/xsettings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xsettings.c b/src/xsettings.c index deacddcfde9..c4c70ad8460 100644 --- a/src/xsettings.c +++ b/src/xsettings.c @@ -57,6 +57,7 @@ typedef unsigned int CARD32; #if defined USE_CAIRO || defined HAVE_XFT #ifdef USE_CAIRO #include +#include #else /* HAVE_XFT */ #include #endif -- 2.39.5