Skip to content

Commit

Permalink
added NetWare CLIB-own header to solve gcc warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Jul 3, 2007
1 parent 7509ef6 commit 4182803
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ares/ares.h
Expand Up @@ -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>
Expand Down

0 comments on commit 4182803

Please sign in to comment.