mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't #include netinet/Winsock stuff.
This commit is contained in:
parent
8f286c1238
commit
7c063c3175
@ -1,3 +1,7 @@
|
|||||||
|
2003-11-28 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* init.c: Don't #include netinet/Winsock stuff.
|
||||||
|
|
||||||
2003-11-28 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-11-28 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* http.c: Deleted the old functions header_process,
|
* http.c: Deleted the old functions header_process,
|
||||||
|
10
src/init.c
10
src/init.c
@ -43,16 +43,6 @@ so, delete this exception statement from your version. */
|
|||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#ifdef WINDOWS
|
|
||||||
# include <winsock.h>
|
|
||||||
#else
|
|
||||||
# include <sys/socket.h>
|
|
||||||
# include <netinet/in.h>
|
|
||||||
#ifndef __BEOS__
|
|
||||||
# include <arpa/inet.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_PWD_H
|
#ifdef HAVE_PWD_H
|
||||||
# include <pwd.h>
|
# include <pwd.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user