diff options
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h index 30785d6a9b6..40cd748699b 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -417,7 +417,7 @@ typedef unsigned short ushort; #define DBUG_OFF #endif -#include <dbug.h> +#include <my_dbug.h> #define MIN_ARRAY_SIZE 0 /* Zero or One. Gcc allows zero*/ #define ASCII_BITS_USED 8 /* Bit char used */ |