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 #include @@ -23,3 +26,5 @@ #else # define TRACE(x) ((void)0) #endif + +#endif