# HG changeset patch # User diego # Date 1213692243 0 # Node ID 0080f5b9d94f932c4eb94998d38b7987f9b745c1 # Parent 351c7a56708e95fe8eb15c3e233bb23de61e2dc8 Add missing #includes to fix 'make checkheaders'. diff -r 351c7a56708e -r 0080f5b9d94f cfg-common.h --- 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 #include "config.h" +#include "m_config.h" +#include "m_option.h" extern char *mp_msg_charset; extern int mp_msg_color;