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:
parent
61226605f6
commit
69121c33e4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue