summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 6 insertions, 0 deletions
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 */
+