mirror of
https://github.com/curl/curl.git
synced 2026-07-23 09:57:17 +03:00
added NetWare CLIB-own header to solve gcc warnings.
This commit is contained in:
parent
7509ef6b4e
commit
4182803bc2
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue