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