comparison libvo/font_load.h @ 30166:1d39794263eb

Add missing header #includes to fix 'make checkheaders'.
author diego
date Mon, 04 Jan 2010 19:04:33 +0000
parents 0f1b5b68af32
children c6a2fbf92fc3
comparison
equal deleted inserted replaced
30165:b4cbeff5153e 30166:1d39794263eb
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 17 */
18 18
19 #ifndef MPLAYER_FONT_LOAD_H 19 #ifndef MPLAYER_FONT_LOAD_H
20 #define MPLAYER_FONT_LOAD_H 20 #define MPLAYER_FONT_LOAD_H
21
22 #include "config.h"
21 23
22 #ifdef CONFIG_FREETYPE 24 #ifdef CONFIG_FREETYPE
23 #include <ft2build.h> 25 #include <ft2build.h>
24 #include FT_FREETYPE_H 26 #include FT_FREETYPE_H
25 #endif 27 #endif