diff options
author | Simon Hausmann <shausman@rhea.troll.no> | 2007-02-16 10:46:40 +0100 |
---|---|---|
committer | Simon Hausmann <shausman@rhea.troll.no> | 2007-03-28 12:52:27 +0200 |
commit | c700d406380fe55a9d4f42f091ec0feed11e60c2 (patch) | |
tree | a8fe0a3eadc5fe176f3a59dbe2d4eca26bfa9ba0 /src | |
parent | 5497be19864e1957f73112045ce2c21891fbd50f (diff) |
Fix compilation
Diffstat (limited to 'src')
-rw-r--r-- | src/harfbuzz.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/harfbuzz.c b/src/harfbuzz.c index 5c721ac..123ffce 100644 --- a/src/harfbuzz.c +++ b/src/harfbuzz.c @@ -10,7 +10,8 @@ * See the file name COPYING for licensing information. * ******************************************************************/ -#include "ftglue.c" +#include "harfbuzz-global.c" +#include "harfbuzz-stream.c" #include "harfbuzz-open.c" #include "harfbuzz-buffer.c" #include "harfbuzz-gdef.c" |