blob: 9e6a2e4292d0d19678f0c1c2d3dc363b9c9e6d9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- modules/indic/indic-ot.h.orig Tue Mar 16 16:23:13 2004
+++ modules/indic/indic-ot.h Tue Mar 16 16:23:38 2004
@@ -9,7 +9,8 @@
#ifndef __INDIC_OT_H__
#define __INDIC_OT_H__
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <pango/pango-glyph.h>
#include <pango/pango-types.h>
#include "mprefixups.h"
|