summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-03-30 16:49:02 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-03-30 16:49:02 +1000
commit2ccc4ec8e0662d6afb441b0ed7719495b913578d (patch)
tree344a83cf229cb6057eb89bbf30628ec256695c32
parent7aaf0c93b6030b9789ae481a9a6d1155a9f74ec1 (diff)
Fix twin_ttf to generate useable #include directive
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--twin_ttf/twin_ttf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin_ttf/twin_ttf.c b/twin_ttf/twin_ttf.c
index 24a9d9b..d98c47c 100644
--- a/twin_ttf/twin_ttf.c
+++ b/twin_ttf/twin_ttf.c
@@ -228,7 +228,7 @@ static int convert_font (char *in_name, int id)
min_ucs4 = 0xffffff;
max_ucs4 = 0;
printf ("/* Derived from %s */\n\n", in_name);
- printf ("#include \"twin.h\"\n\n");
+ printf ("#include <libtwin/twin.h>\n\n");
printf ("static const signed char outlines[] = {\n");
for (ucs4 = FT_Get_First_Char (face, &gindex);
gindex != 0 && ucs4 < MAX_UCS4;