From 2b6af2000b421057a3194a962a9ab6be39d0a838 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 21:35:58 +0000 Subject: Add multiple inclusion guards to all header files that lack them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index e968dd6d34..1728328161 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -1,3 +1,6 @@ +#ifndef CFG_MPLAYER_H +#define CFG_MPLAYER_H + /* * config for cfgparser */ @@ -363,3 +366,6 @@ const m_option_t mplayer_opts[]={ {"vd", vd_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, {NULL, NULL, 0, 0, 0, 0, NULL} }; + +#endif /* CFG_MPLAYER_H */ + -- cgit v1.2.3