Created
March 15, 2014 03:55
-
-
Save simonwelsh/9561640 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/hphp/runtime/ext/gd/libgd/gdft.cpp b/hphp/runtime/ext/gd/libgd/gdft.cpp | |
index e2a511b..29158ab 100644 | |
--- a/hphp/runtime/ext/gd/libgd/gdft.cpp | |
+++ b/hphp/runtime/ext/gd/libgd/gdft.cpp | |
@@ -61,7 +61,8 @@ gdImageStringFT (gdImage * im, int *brect, int fg, char *fontlist, | |
#else | |
#include "gdcache.h" | |
-#include <freetype/config/ftheader.h> | |
+#include <ft2build.h> | |
+#include FT_CONFIG_CONFIG_H | |
#include FT_FREETYPE_H | |
#include FT_GLYPH_H | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment