From 03bb309e4e6d8ae63b82730dc74a8f4d5d41732c Mon Sep 17 00:00:00 2001 From: uau Date: Fri, 28 Mar 2008 01:07:59 +0000 Subject: Include some .h files in corresponding .c files Include the corresponding .h file in command.c, parser-cfg.c and parser-mpcmd.c. This allows the compiler to check that the declarations in the .h file match the actual defition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26295 b3059339-0415-0410-9bf9-f77b7e298cf2 --- parser-cfg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'parser-cfg.c') diff --git a/parser-cfg.c b/parser-cfg.c index 7976939106..28fc2d4a57 100644 --- a/parser-cfg.c +++ b/parser-cfg.c @@ -19,6 +19,7 @@ #include #endif +#include "parser-cfg.h" #include "mp_msg.h" #include "m_option.h" #include "m_config.h" -- cgit v1.2.3