diff --git a/src/ChangeLog b/src/ChangeLog index a50502ae..3a612ed7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-07-02 Hrvoje Niksic <hniksic@xemacs.org> + + * host.c: Remove extraneous definition of netdb.h. + 2005-07-02 Hrvoje Niksic <hniksic@xemacs.org> * http.c (gethttp): Skip error message body in the keep-alive diff --git a/src/host.c b/src/host.c index d9237dd0..14cc2ab0 100644 --- a/src/host.c +++ b/src/host.c @@ -29,10 +29,6 @@ so, delete this exception statement from your version. */ #include <config.h> -#ifndef WINDOWS -#include <netdb.h> -#endif - #include <stdio.h> #include <stdlib.h> #include <string.h>