Blob Blame History Raw
Index: drawtk-2.0/src/fonttex.c
===================================================================
--- drawtk-2.0.orig/src/fonttex.c
+++ drawtk-2.0/src/fonttex.c
@@ -21,10 +21,10 @@
 #endif
 
 #include <ft2build.h>
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
-#include <freetype/fttrigon.h>
+#include <freetype.h>
+#include <ftglyph.h>
+#include <ftoutln.h>
+#include <fttrigon.h>
 #include <fontconfig/fontconfig.h>
 #include <stdint.h>