added netdb.h for NetWare CLIB since gethostname() is defined there.
This commit is contained in:
parent
cf61c8d659
commit
2a1345ae9f
@ -48,6 +48,10 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#include "urldata.h"
|
||||
#include "easyif.h" /* for Curl_convert_... prototypes */
|
||||
#include "sendf.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user