From b5ed673f32e33363d94d8156bda052465b0c9121 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 4 Mar 2008 23:35:24 +0000 Subject: Add necessary #includes to pass 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26163 b3059339-0415-0410-9bf9-f77b7e298cf2 --- parser-cfg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parser-cfg.h') diff --git a/parser-cfg.h b/parser-cfg.h index f1867c52d0..852a68f697 100644 --- a/parser-cfg.h +++ b/parser-cfg.h @@ -1,6 +1,8 @@ #ifndef MPLAYER_PARSER_CFG_H #define MPLAYER_PARSER_CFG_H +#include "m_config.h" + int m_config_parse_config_file(m_config_t* config, char *conffile); #endif /* MPLAYER_PARSER_CFG_H */ -- cgit v1.2.3