Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/splash/SplashFTFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/splash/SplashFTFont.h')
-rw-r--r--pdf/splash/SplashFTFont.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf/splash/SplashFTFont.h b/pdf/splash/SplashFTFont.h
index 7628a2b..efd0eda 100644
--- a/pdf/splash/SplashFTFont.h
+++ b/pdf/splash/SplashFTFont.h
@@ -15,7 +15,8 @@
#pragma interface
#endif
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "SplashFont.h"
class SplashFTFontFile;