]> granicus.if.org Git - curl/commitdiff
added netdb.h for NetWare CLIB since gethostname() is defined there.
authorGunter Knauf <gk@gknw.de>
Wed, 11 Jul 2007 09:08:03 +0000 (09:08 +0000)
committerGunter Knauf <gk@gknw.de>
Wed, 11 Jul 2007 09:08:03 +0000 (09:08 +0000)
lib/http_ntlm.c

index 573f7ad83dee6b95b47e7aed7ca7666761e69439..863ddf5212aea1937fd9269d6cee2d8425adb5de 100644 (file)
 #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"