Include FT_FREETYPE_H.
authorhanda <handa>
Tue, 27 Apr 2004 07:32:23 +0000 (07:32 +0000)
committerhanda <handa>
Tue, 27 Apr 2004 07:32:23 +0000 (07:32 +0000)
src/font.h

index b96e11c..1c64bb9 100644 (file)
@@ -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 ();