Ticket #10334: patch-include.h

File patch-include.h, 210 bytes (added by darren.bane@…, 18 years ago)

Conform to newer Freetype's recommended #include practice

Line 
1--- include.h.orig      Thu Aug 10 17:04:01 2006
2+++ include.h   Thu Aug 10 17:04:22 2006
3@@ -73,6 +73,8 @@
4 #endif
5 
6 #ifdef USE_XFT
7+#include <ft2build.h>
8+#include FT_FREETYPE_H
9 #include <X11/Xft/Xft.h>
10 #endif
11