"Ann & Jason Edmeades" us@edmeades.me.uk writes:
diff --git a/programs/cmd/wcmd.h b/programs/cmd/wcmd.h index d6357f0..a7a73ae 100644 --- a/programs/cmd/wcmd.h +++ b/programs/cmd/wcmd.h @@ -27,6 +27,9 @@ #include <stdio.h> #include <ctype.h>
+#include "wine/debug.h" +WINE_DEFAULT_DEBUG_CHANNEL(cmd);
Adding tracing is OK, but this should go in the C files that need it, not in a header.