1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 01:49:56 +00:00

added NetWare CLIB-own header to solve gcc warnings.

This commit is contained in:
Gunter Knauf
2007-07-03 16:21:57 +00:00
parent 316c126447
commit 9837d91d68

3
ares.h
View File

@ -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>