mirror of
https://github.com/curl/curl.git
synced 2026-07-23 15:57:18 +03:00
added netdb.h for NetWare CLIB since gethostname() is defined there.
This commit is contained in:
parent
cf61c8d659
commit
2a1345ae9f
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue