projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6018a27
)
Include FT_FREETYPE_H.
author
handa
<handa>
Tue, 27 Apr 2004 07:32:23 +0000
(07:32 +0000)
committer
handa
<handa>
Tue, 27 Apr 2004 07:32:23 +0000
(07:32 +0000)
src/font.h
patch
|
blob
|
history
diff --git
a/src/font.h
b/src/font.h
index
b96e11c
..
1c64bb9
100644
(file)
--- a/
src/font.h
+++ b/
src/font.h
@@
-199,6
+199,9
@@
extern int mfont__flt_init ();
extern void mfont__flt_fini ();
#ifdef HAVE_FREETYPE
+#include <ft2build.h>
+#include FT_FREETYPE_H
+
extern int mfont__ft_init ();
extern void mfont__ft_fini ();