diff cfg-common.h @ 27061:0080f5b9d94f

Add missing #includes to fix 'make checkheaders'.
author diego
date Tue, 17 Jun 2008 08:44:03 +0000
parents 9d53b15aed02
children e7c989f7a7c9
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;