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 7ee1d303ee8..c1a7d1c4058 100644 --- a/strings/strxmov.c +++ b/strings/strxmov.c @@ -13,7 +13,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> |