added NetWare CLIB-own header to solve gcc warnings.

pull/1/head
Gunter Knauf 18 years ago
parent 316c126447
commit 9837d91d68
  1. 3
      ares.h

@ -26,6 +26,9 @@
require it! */
#include <sys/select.h>
#endif
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
#include <sys/bsdskt.h>
#endif
#if defined(WATT32)
#include <netinet/in.h>

Loading…
Cancel
Save