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