summaryrefslogtreecommitdiff
path: root/fontconfig/fcfreetype.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-03-10 20:42:28 +0000
committerKeith Packard <keithp@keithp.com>2004-03-10 20:42:28 +0000
commit34ead331b97d69ef902a7507f11819bbcf1c62ed (patch)
treedee9cea3f77ff9ae0bc56791afc88eff36865c7d /fontconfig/fcfreetype.h
parent6ed12fe8f8d07a8bbcf5ab6774064e9a99be4336 (diff)
Update to version 2.2.2fc-2_2_2
Make subdir build work Use new freetype include scheme
Diffstat (limited to 'fontconfig/fcfreetype.h')
-rw-r--r--fontconfig/fcfreetype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fontconfig/fcfreetype.h b/fontconfig/fcfreetype.h
index d300e79..f016936 100644
--- a/fontconfig/fcfreetype.h
+++ b/fontconfig/fcfreetype.h
@@ -24,7 +24,8 @@
#ifndef _FCFREETYPE_H_
#define _FCFREETYPE_H_
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
FT_UInt
FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);