* win32-i386-low.c: Add 64-bit support.
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdbreplay.c
index a4934651d5ce4d19046690b122dcd6fa6ef82611..a128413c478c0669cb55412245b696a9a4a67722 100644 (file)
@@ -1,6 +1,6 @@
 /* Replay a remote debug session logfile for GDB.
    Copyright (C) 1996, 1998, 1999, 2000, 2002, 2003, 2005, 2006, 2007, 2008,
-   2009 Free Software Foundation, Inc.
+   2009, 2010 Free Software Foundation, Inc.
    Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver.
 
    This file is part of GDB.
@@ -59,7 +59,7 @@
 #endif
 
 #if USE_WIN32API
-#include <winsock.h>
+#include <winsock2.h>
 #endif
 
 #ifndef HAVE_SOCKLEN_T
This page took 0.024274 seconds and 4 git commands to generate.