summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-17 08:44:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-17 08:44:03 +0000
commit131125fe0ec0f8ea5783991528092dd51058ab00 (patch)
tree9591812004fb93f6665c1e01704712b263f5cc76 /cfg-common.h
parentdcd0902bcdb1a62f4246cbfba48bd1b77841ceda (diff)
downloadmpv-131125fe0ec0f8ea5783991528092dd51058ab00.tar.bz2
mpv-131125fe0ec0f8ea5783991528092dd51058ab00.tar.xz
Add missing #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27093 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index ddac0acdac..b7a6a07a75 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -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;