diff options
Diffstat (limited to 'strings/strend.c')
-rw-r--r-- | strings/strend.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strend.c b/strings/strend.c index 4dadf0675dc..18facccdc3f 100644 --- a/strings/strend.c +++ b/strings/strend.c @@ -27,8 +27,7 @@ Beware: the asm version works only if strlen(s) < 65535. */ -#include <my_global.h> -#include "m_string.h" +#include "strings_def.h" #if VaxAsm |