summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-07-03 16:37:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-07-03 16:37:35 +0900
commit59476a68be31615f6239a99147e918630a04a1be (patch)
tree0576a01e86e5e3689816ca9d2f66333c8057cb55
parent678326cfce8cc4b2b7ed3530afa8e932cc7d6988 (diff)
downloadkdbg-59476a68.tar.gz
kdbg-59476a68.zip
Guard mydebug.h file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a4307635e16c1214eb7701f576bb7e530adfa979)
-rw-r--r--kdbg/mydebug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kdbg/mydebug.h b/kdbg/mydebug.h
index 93fbac8..7adbcac 100644
--- a/kdbg/mydebug.h
+++ b/kdbg/mydebug.h
@@ -4,6 +4,9 @@
* See the file COPYING in the toplevel directory of the source directory.
*/
+#ifndef MYTRACE_H
+#define MYTRACE_H
+
#include <kdebug.h>
#include <assert.h>
@@ -23,3 +26,5 @@
#else
# define TRACE(x) ((void)0)
#endif
+
+#endif