diff options
Diffstat (limited to 'strings/strxmov.c')
-rw-r--r-- | strings/strxmov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strxmov.c b/strings/strxmov.c index 3ef120a691e..fe1e88c13d0 100644 --- a/strings/strxmov.c +++ b/strings/strxmov.c @@ -30,7 +30,7 @@ character pointer, or not the same bit pattern as NullS. */ -#include <global.h> +#include <my_global.h> #include "m_string.h" #include <stdarg.h> |