added netdb.h for NetWare CLIB since gethostname() is defined there.

This commit is contained in:
Gunter Knauf 2007-07-11 09:08:03 +00:00
parent cf61c8d659
commit 2a1345ae9f

View File

@ -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"