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:01 +0900
commita4307635e16c1214eb7701f576bb7e530adfa979 (patch)
treec9722847b5eaf26dbdfe583374734e6309bcd70b
parent72cca2cb47fdaf0cd58305917af6943f73ba2b2f (diff)
downloadkdbg-a4307635e16c1214eb7701f576bb7e530adfa979.tar.gz
kdbg-a4307635e16c1214eb7701f576bb7e530adfa979.zip
Guard mydebug.h file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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