1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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 7509ef6b4e
commit 4182803bc2

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>