summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 24cd1ed34f..3a291817c2 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -1,4 +1,7 @@
+#ifndef _MP_MSG_H
+#define _MP_MSG_H
+
extern int verbose; // defined in mplayer.c
// verbosity elevel:
@@ -86,3 +89,5 @@ void mp_msg_c( int x, const char *format, ... );
#define mp_dbg(mod,lev, ... )
#endif
#endif
+
+#endif