diff options
author | monty@hundin.mysql.fi <> | 2001-11-26 03:52:23 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-26 03:52:23 +0200 |
commit | d3288575de18b38179961a8acf93ba883a90e652 (patch) | |
tree | 49cc31d54c5d97d749655befa4714cd9ada479e3 /extra/resolveip.c | |
parent | cefe361b827ac831e5323424424919c26999dff4 (diff) | |
download | mariadb-git-d3288575de18b38179961a8acf93ba883a90e652.tar.gz |
Patch for SCO
Update test results for MySQL 4.0
Diffstat (limited to 'extra/resolveip.c')
-rw-r--r-- | extra/resolveip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/resolveip.c b/extra/resolveip.c index cb33e275b9d..8b2644ab423 100644 --- a/extra/resolveip.c +++ b/extra/resolveip.c @@ -23,7 +23,9 @@ #include <m_ctype.h> #include <my_net.h> #include <my_sys.h> +#ifndef SCO #include <m_string.h> +#endif #include <sys/types.h> #include <sys/socket.h> #ifndef HAVE_BROKEN_NETINET_INCLUDES |