Skip to content
Snippets Groups Projects
Commit 8b571fbb authored by Guenter Knauf's avatar Guenter Knauf
Browse files

make ares compile again for NetWare.

parent f3fcd409
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@
#define writev(s,v,c) writev_s(s,v,c)
#endif
#ifdef NETWARE
#include <time.h>
#endif
#define DEFAULT_TIMEOUT 5
#define DEFAULT_TRIES 4
#ifndef INADDR_NONE
......
......@@ -36,6 +36,9 @@
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef NETWARE
#include <sys/filio.h>
#endif
#endif
#include <string.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment