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>
|
||||
|
||||
* 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
|
||||
#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
|
||||
# include <pwd.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user