summaryrefslogtreecommitdiff
path: root/fontconfig/fcfreetype.h
diff options
context:
space:
mode:
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);