summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-30 23:20:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-30 23:20:10 +0000
commit4a05e71cc7e64f44aed3306dec113c80f1f31265 (patch)
tree84b8108243882fa9eb4390a7bc54e0493dd8497e
parent5640ddf49cbbf1c6ca2ed9249487ce3843a1cf85 (diff)
downloadmpv-4a05e71cc7e64f44aed3306dec113c80f1f31265.tar.bz2
mpv-4a05e71cc7e64f44aed3306dec113c80f1f31265.tar.xz
Add missing multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30470 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--cfg-mplayer-def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg-mplayer-def.h b/cfg-mplayer-def.h
index 4ff64c953a..394fe10708 100644
--- a/cfg-mplayer-def.h
+++ b/cfg-mplayer-def.h
@@ -1,6 +1,10 @@
+#ifndef MPLAYER_CFG_MPLAYER_DEF_H
+#define MPLAYER_CFG_MPLAYER_DEF_H
+
static char* default_config=
"# Write your default config options here!\n"
"\n"
//"nosound=nem"
"\n";
+#endif /* MPLAYER_CFG_MPLAYER_DEF_H */