changeset 27061:0080f5b9d94f

Add missing #includes to fix 'make checkheaders'.
author diego
date Tue, 17 Jun 2008 08:44:03 +0000
parents 351c7a56708e
children 3673e0ea8e39
files cfg-common.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Mon Jun 16 18:42:58 2008 +0000
+++ b/cfg-common.h	Tue Jun 17 08:44:03 2008 +0000
@@ -1,7 +1,10 @@
 #ifndef MPLAYER_CFG_COMMON_H
 #define MPLAYER_CFG_COMMON_H
 
+#include <sys/types.h>
 #include "config.h"
+#include "m_config.h"
+#include "m_option.h"
 
 extern char *mp_msg_charset;
 extern int mp_msg_color;