summaryrefslogtreecommitdiff
path: root/dbug/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbug/tests.c')
-rw-r--r--dbug/tests.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbug/tests.c b/dbug/tests.c
index 70424046bf4..3e77bf82236 100644
--- a/dbug/tests.c
+++ b/dbug/tests.c
@@ -4,6 +4,10 @@
char *push1=0;
+#ifndef DBUG_TRACE
+#define DBUG_TRACE
+#endif
+
#include <my_global.h> /* This includes dbug.h */
#include <my_sys.h>
#include <my_pthread.h>