Guard mydebug.h file.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4307635e1)
r14.0.x
Michele Calgaro 3 years ago
parent 678326cfce
commit 59476a68be
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

Loading…
Cancel
Save