diff options
-rw-r--r-- | kdbg/mydebug.h | 5 |
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 |