summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-04 23:35:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-04 23:35:24 +0000
commitb5ed673f32e33363d94d8156bda052465b0c9121 (patch)
treee6375523bf6447b622c96f5b19f2bde11a4bb565 /parser-mpcmd.h
parent2a9e515c77a3db3881997fb6e59b397680e4c3e8 (diff)
downloadmpv-b5ed673f32e33363d94d8156bda052465b0c9121.tar.bz2
mpv-b5ed673f32e33363d94d8156bda052465b0c9121.tar.xz
Add necessary #includes to pass 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26163 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'parser-mpcmd.h')
-rw-r--r--parser-mpcmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parser-mpcmd.h b/parser-mpcmd.h
index e86c363042..bcee4db882 100644
--- a/parser-mpcmd.h
+++ b/parser-mpcmd.h
@@ -1,6 +1,9 @@
#ifndef MPLAYER_PARSER_MPCMD_H
#define MPLAYER_PARSER_MPCMD_H
+#include "playtree.h"
+#include "m_config.h"
+
play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);
#endif /* MPLAYER_PARSER_MPCMD_H */