]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix warning in xsettings.c
authorStefan Kangas <stefankangas@gmail.com>
Fri, 28 Oct 2022 21:08:36 +0000 (23:08 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 28 Oct 2022 21:09:49 +0000 (23:09 +0200)
* src/xsettings.c [USE_CAIRO]: Include cairo-ft.h.
Thanks to Vincent Bernat <bernat@luffy.cx>.

src/xsettings.c

index deacddcfde9ec314deee2ce0c86a8b94456c8f43..c4c70ad8460e43564c0af6d4baf60888558d05bc 100644 (file)
@@ -57,6 +57,7 @@ typedef unsigned int CARD32;
 #if defined USE_CAIRO || defined HAVE_XFT
 #ifdef USE_CAIRO
 #include <fontconfig/fontconfig.h>
+#include <cairo-ft.h>
 #else  /* HAVE_XFT */
 #include <X11/Xft/Xft.h>
 #endif