diff options
Diffstat (limited to 'strings/r_strinstr.c')
-rw-r--r-- | strings/r_strinstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/r_strinstr.c b/strings/r_strinstr.c index 882a4eda412..364102cc1ac 100644 --- a/strings/r_strinstr.c +++ b/strings/r_strinstr.c @@ -24,7 +24,7 @@ the pattern counted from the begining of the string. */ -#include <global.h> +#include <my_global.h> #include "m_string.h" uint r_strinstr(reg1 my_string str,int from, reg4 my_string search) |