diff options
author | monty@mashka.mysql.fi <> | 2003-02-04 21:52:14 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-04 21:52:14 +0200 |
commit | 023d6dd39b9068ab8096c5ec60ab82bd10dbcee2 (patch) | |
tree | bad5f8dd7f020cc76a4c5e0f19bd130e3fb4a735 /libmysql/manager.c | |
parent | 6a32ae735541b4780a209e883430ded343115792 (diff) | |
parent | 5ce0cd16b8b9fa05c781ac6ff4687133ed145d84 (diff) | |
download | mariadb-git-023d6dd39b9068ab8096c5ec60ab82bd10dbcee2.tar.gz |
Merge with 4.0.11
Diffstat (limited to 'libmysql/manager.c')
-rw-r--r-- | libmysql/manager.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmysql/manager.c b/libmysql/manager.c index 6d977e7eef2..1354b98d1c9 100644 --- a/libmysql/manager.c +++ b/libmysql/manager.c @@ -34,6 +34,10 @@ #if defined(OS2) # include <sys/un.h> +#elif defined(__NETWARE__) +#include <netdb.h> +#include <sys/select.h> +#include <sys/utsname.h> #elif !defined( __WIN__) #include <sys/resource.h> #ifdef HAVE_SYS_UN_H |