]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix build under mingw.
[wget] / src / ChangeLog
index c9e1bd619d50d8adee8db77ea40ffddf2a2ed96c..83baa58f1c97f12e22199ba94d4fef43dcbcca4c 100644 (file)
@@ -1,6 +1,15 @@
 2010-05-07  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * mswindows.h: Always include <winsock2.h> and <ws2tcpip.h>.  Do not
+       include <winsock.h>.
+
+       * host.h [WINDOWS]: Include <winsock2.h> not <winsock.h>.
+
+       * connect.c: Include <sys/socket.h> and <sys/select.h> on any platform,
+       gnulib ensures they exist.  Remove `read', `write', `close' macros.
+
        * Makefile.am: Copy build_info.c.in only if we are working in a VPATH.
+       (AM_CPPFLAGS): Add directory with generated gnulib files.
 
 2010-05-06  Giuseppe Scrivano  <gscrivano@gnu.org>