mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 12:38:02 +02:00
[ft] Add missing include
This commit is contained in:
parent
7d26341072
commit
0554d76402
2 changed files with 4 additions and 3 deletions
|
|
@ -141,9 +141,9 @@ AC_DEFUN([CAIRO_CHECK_PTHREAD],[dnl
|
|||
[$1_CFLAGS="$2";
|
||||
$1_LIBS="$3";
|
||||
$5],
|
||||
[$1_CFLAGS="";
|
||||
$1_LIBS="";
|
||||
$6])
|
||||
[$1_CFLAGS="$CFLAGS";
|
||||
$1_LIBS="$LIBS";
|
||||
$5])
|
||||
])
|
||||
|
||||
dnl CAIRO_CONFIGURE_PTHREADS(): Look for pthreads.
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_OUTLINE_H
|
||||
#include FT_IMAGE_H
|
||||
#include FT_BITMAP_H
|
||||
#include FT_TRUETYPE_TABLES_H
|
||||
#include FT_XFREE86_H
|
||||
#if HAVE_FT_GLYPHSLOT_EMBOLDEN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue