diff options
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/strings/ctype.c b/strings/ctype.c index dc827e1a471..4b9f816a4d3 100644 --- a/strings/ctype.c +++ b/strings/ctype.c @@ -17,7 +17,9 @@ #include <my_global.h> #include <m_ctype.h> +#ifndef SCO #include <m_string.h> +#endif /* generated by make, using conf_to_src */ #include "ctype_extra_sources.c" |