updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / inventor / 00_freetype.patch
blob58558e08dcf3b1a9c91871f3e6a3d4c66596e280
1 diff -urN inventor/libFL/src/flclient.h inventor-new/libFL/src/flclient.h
2 --- inventor/libFL/src/flclient.h 2001-03-24 03:47:41.000000000 +0100
3 +++ inventor-new/libFL/src/flclient.h 2006-11-17 19:48:22.000000000 +0100
4 @@ -1,6 +1,10 @@
5 #ifndef __flclient_h_
6 #define __flclient_h_
8 +#include <ft2build.h>
9 +/*#include <freetype/config/ftheader.h>*/
10 +#include FT_FREETYPE_H
12 #ifdef WIN32
13 #include <windows.h>
14 #endif