mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove extraneous include of netdb.h.
This commit is contained in:
parent
d7ddbd9720
commit
5b34f1db88
@ -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>
|
2005-07-02 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* http.c (gethttp): Skip error message body in the keep-alive
|
* http.c (gethttp): Skip error message body in the keep-alive
|
||||||
|
@ -29,10 +29,6 @@ so, delete this exception statement from your version. */
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#ifndef WINDOWS
|
|
||||||
#include <netdb.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user