diff options
Diffstat (limited to 'util/http.c')
-rw-r--r-- | util/http.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/http.c b/util/http.c index 2417f30b0..28faf455e 100644 --- a/util/http.c +++ b/util/http.c @@ -714,8 +714,7 @@ connect_server( const char *server, ushort port, unsigned int flags ) struct srventry *srvlist=NULL; #ifdef _WIN32 - in_addr_t inaddr; -#warning check the windoze type + unsigned long inaddr; init_sockets(); /* Win32 gethostbyname doesn't handle IP addresses internally, so we |