[MPlayer-cvslog] r27093 - trunk/cfg-common.h

diego subversion at mplayerhq.hu
Tue Jun 17 10:44:03 CEST 2008


Author: diego
Date: Tue Jun 17 10:44:03 2008
New Revision: 27093

Log:
Add missing #includes to fix 'make checkheaders'.


Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	(original)
+++ trunk/cfg-common.h	Tue Jun 17 10:44:03 2008
@@ -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;



More information about the MPlayer-cvslog mailing list