diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 14:25:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 14:25:01 +0000 |
commit | 0b62d94318faf0fc68d551162ab0f143abb4cc35 (patch) | |
tree | 988dd54b331dc2a4b128eef6815c1ee64a3d1edb | |
parent | 2e3111a486a71289a03108f1dfcb32fbf5b80e8c (diff) | |
download | bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.tar bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.tar.gz bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.tar.bz2 bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.tar.xz bootsplash-0b62d94318faf0fc68d551162ab0f143abb4cc35.zip |
fix build
-rw-r--r-- | fbtruetype/ttf.c | 4 |
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> |