diff options
Diffstat (limited to 'strings/bcmp.c')
-rw-r--r-- | strings/bcmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/bcmp.c b/strings/bcmp.c index 39b5f24e055..e34c47ca596 100644 --- a/strings/bcmp.c +++ b/strings/bcmp.c @@ -21,8 +21,7 @@ comparing a shorter string with bcmp. */ -#include <my_global.h> -#include "m_string.h" +#include "strings_def.h" #ifdef HAVE_valgrind #undef bcmp |