summaryrefslogtreecommitdiffstats
path: root/loader/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/debug.h')
-rw-r--r--loader/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/debug.h b/loader/debug.h
index f9d0e6b9c4..ad3c9d5a46 100644
--- a/loader/debug.h
+++ b/loader/debug.h
@@ -1,5 +1,5 @@
-#ifndef DEBUG_H
-#define DEBUG_H
+#ifndef MPLAYER_DEBUG_H
+#define MPLAYER_DEBUG_H
#ifdef DEBUG
#define TRACE printf
@@ -9,4 +9,4 @@
#define dbg_printf(...)
#endif
-#endif /* DEBUG_H */
+#endif /* MPLAYER_DEBUG_H */