1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

Fix warning in xsettings.c

* src/xsettings.c [USE_CAIRO]: Include cairo-ft.h.
Thanks to Vincent Bernat <bernat@luffy.cx>.
This commit is contained in:
Stefan Kangas 2022-10-28 23:08:36 +02:00
parent 61226605f6
commit 69121c33e4

View 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