changeset 30166:1d39794263eb

Add missing header #includes to fix 'make checkheaders'.
author diego
date Mon, 04 Jan 2010 19:04:33 +0000
parents b4cbeff5153e
children 347d152a5cfa
files fmt-conversion.h libvo/font_load.h libvo/x11_common.h loader/qt_fv.h
diffstat 4 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
--- 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 <ft2build.h>
 #include FT_FREETYPE_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 <stdint.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.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 <stddef.h>
+
 typedef struct qt_fv_s {
     unsigned int id;
     char* name;