# HG changeset patch # User vayne # Date 1205260570 0 # Node ID b7d6346ab1986077050d93e08ba8b44bfcb4511d # Parent e9617c54bb04d497a6b6828f0def5a50f5898cb0 mingw uses windows sockets. diff -r e9617c54bb04 -r b7d6346ab198 stream/netstream.h --- a/stream/netstream.h Tue Mar 11 14:44:19 2008 +0000 +++ b/stream/netstream.h Tue Mar 11 18:36:10 2008 +0000 @@ -14,7 +14,9 @@ #include #include #include +#ifndef HAVE_WINSOCK2 #include +#endif #include "mp_msg.h" #include "mpbswap.h"