summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer-def.h')
-rw-r--r--cfg-mplayer-def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg-mplayer-def.h b/cfg-mplayer-def.h
index 9ebb69de6b..394fe10708 100644
--- a/cfg-mplayer-def.h
+++ b/cfg-mplayer-def.h
@@ -1,5 +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 */