* configure.ac: Use `ws2_32' library for srv_mingw.

* configure: Regenerate.
	* gdbreplay.c: Include winsock2.h instead of winsock.h.
	* remote-utils.c: Likewise.
This commit is contained in:
Pierre Muller
2010-04-17 20:43:13 +00:00
parent ed41462c79
commit 12ea4b6986
5 changed files with 11 additions and 4 deletions

View File

@@ -63,7 +63,7 @@
#endif
#if USE_WIN32API
#include <winsock.h>
#include <winsock2.h>
#endif
#if __QNX__