summaryrefslogtreecommitdiff
path: root/dbug
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-08-24 11:39:52 +0200
committerunknown <msvensson@neptunus.(none)>2006-08-24 11:39:52 +0200
commit91bdf2952d0f78a514d03235754ee54813f9ae6c (patch)
treec258269a7ca20e42f61cea45ce445b14e3d6e4b5 /dbug
parentad0f34e38e22d215328ee2407bf232ee5caf6609 (diff)
downloadmariadb-git-91bdf2952d0f78a514d03235754ee54813f9ae6c.tar.gz
Cset exclude: msvensson@neptunus.(none)|ChangeSet|20060612110740|13873
configure.in: Exclude dbug/dbug.c: Exclude
Diffstat (limited to 'dbug')
-rw-r--r--dbug/dbug.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbug/dbug.c b/dbug/dbug.c
index 575481305e7..c991daf3617 100644
--- a/dbug/dbug.c
+++ b/dbug/dbug.c
@@ -66,13 +66,10 @@
* Check of malloc on entry/exit (option "S")
*/
-#include <my_global.h>
-
-/* This file won't compile unless DBUG_OFF is undefined locally */
#ifdef DBUG_OFF
#undef DBUG_OFF
#endif
-
+#include <my_global.h>
#include <m_string.h>
#include <errno.h>
#if defined(MSDOS) || defined(__WIN__)