mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
added NetWare CLIB-own header to solve gcc warnings.
This commit is contained in:
parent
7509ef6b4e
commit
4182803bc2
@ -26,6 +26,9 @@
|
|||||||
require it! */
|
require it! */
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
|
||||||
|
#include <sys/bsdskt.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(WATT32)
|
#if defined(WATT32)
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user