diff -Naur mplayer.ori/font_load.h mplayer/font_load.h
--- mplayer.ori/libvo/font_load.h	2003-12-11 11:51:40.000000000 +0000
+++ mplayer/libvo/font_load.h	2003-12-11 11:24:18.000000000 +0000
@@ -2,6 +2,7 @@
 #define __MPLAYER_FONT_LOAD_H
 
 #ifdef HAVE_FREETYPE
+#include <ft2build.h>
 #include <freetype/freetype.h>
 #endif
 
diff -Naur mplayer.ori/font_load_ft.c mplayer/font_load_ft.c
--- mplayer.ori/libvo/font_load_ft.c	2003-12-11 11:51:50.000000000 +0000
+++ mplayer/libvo/font_load_ft.c	2003-12-11 11:37:10.000000000 +0000
@@ -20,6 +20,7 @@
 
 #include <iconv.h>
 
+#include <ft2build.h>
 #include <freetype/freetype.h>
 #include <freetype/ftglyph.h>
 
