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