From 4a05e71cc7e64f44aed3306dec113c80f1f31265 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 30 Jan 2010 23:20:10 +0000 Subject: Add missing multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30470 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer-def.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- cgit v1.2.3