Guard mydebug.h file.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/11/head
Michele Calgaro 3 years ago
parent 72cca2cb47
commit a4307635e1
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