# HG changeset patch # User diego # Date 1262631873 0 # Node ID 1d39794263eb6fce5b5c3c64d53ad6637b966840 # Parent b4cbeff5153e766f099583b5319b70d9c3586a0a Add missing header #includes to fix 'make checkheaders'. diff -r b4cbeff5153e -r 1d39794263eb fmt-conversion.h --- a/fmt-conversion.h Mon Jan 04 18:58:35 2010 +0000 +++ b/fmt-conversion.h Mon Jan 04 19:04:33 2010 +0000 @@ -1,6 +1,7 @@ #ifndef MPLAYER_FMT_CONVERSION_H #define MPLAYER_FMT_CONVERSION_H +#include "config.h" #include "libavutil/avutil.h" enum PixelFormat imgfmt2pixfmt(int fmt); diff -r b4cbeff5153e -r 1d39794263eb libvo/font_load.h --- a/libvo/font_load.h Mon Jan 04 18:58:35 2010 +0000 +++ b/libvo/font_load.h Mon Jan 04 19:04:33 2010 +0000 @@ -19,6 +19,8 @@ #ifndef MPLAYER_FONT_LOAD_H #define MPLAYER_FONT_LOAD_H +#include "config.h" + #ifdef CONFIG_FREETYPE #include #include FT_FREETYPE_H diff -r b4cbeff5153e -r 1d39794263eb libvo/x11_common.h --- a/libvo/x11_common.h Mon Jan 04 18:58:35 2010 +0000 +++ b/libvo/x11_common.h Mon Jan 04 19:04:33 2010 +0000 @@ -19,6 +19,7 @@ #ifndef MPLAYER_X11_COMMON_H #define MPLAYER_X11_COMMON_H +#include #include #include diff -r b4cbeff5153e -r 1d39794263eb loader/qt_fv.h --- a/loader/qt_fv.h Mon Jan 04 18:58:35 2010 +0000 +++ b/loader/qt_fv.h Mon Jan 04 19:04:33 2010 +0000 @@ -1,6 +1,8 @@ #ifndef MPLAYER_QT_FV_H #define MPLAYER_QT_FV_H +#include + typedef struct qt_fv_s { unsigned int id; char* name;