aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-05 14:25:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-05 14:25:01 +0000
commit0b62d94318faf0fc68d551162ab0f143abb4cc35 (patch)
tree988dd54b331dc2a4b128eef6815c1ee64a3d1edb
parent2e3111a486a71289a03108f1dfcb32fbf5b80e8c (diff)
downloadbootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.tar
bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.tar.gz
bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.tar.bz2
bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.tar.xz
bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.zip
fix build
-rw-r--r--fbtruetype/ttf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fbtruetype/ttf.c b/fbtruetype/ttf.c
index 2c64121..c102608 100644
--- a/fbtruetype/ttf.c
+++ b/fbtruetype/ttf.c
@@ -9,7 +9,9 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-
+
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <freetype/freetype.h>
#include <freetype/ftoutln.h>
#include <freetype/ttnameid.h>