Commit 2a1345ae authored by Guenter Knauf's avatar Guenter Knauf
Browse files

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

parent cf61c8d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"