Mercurial > emacs
changeset 81874:361abf526407
Include winsock2.h and ws2tcpip.h instead of winsock.h.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 14 Jul 2007 23:03:23 +0000 |
parents | 3bb49962b482 |
children | 033deb7c634b |
files | nt/inc/sys/socket.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/inc/sys/socket.h Sat Jul 14 19:03:22 2007 +0000 +++ b/nt/inc/sys/socket.h Sat Jul 14 23:03:23 2007 +0000 @@ -51,7 +51,8 @@ #define timeval ws_timeval #endif -#include <winsock.h> +#include <winsock2.h> +#include <ws2tcpip.h> /* redefine select to reference our version */ #ifdef MUST_REDEF_SELECT