diff options
Diffstat (limited to 'gdb/m32r-rom.c')
-rw-r--r-- | gdb/m32r-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m32r-rom.c b/gdb/m32r-rom.c index 4ed304f..1e4e698 100644 --- a/gdb/m32r-rom.c +++ b/gdb/m32r-rom.c @@ -45,7 +45,7 @@ * All this stuff just to get my host computer's IP address! */ #ifdef __MINGW32__ -#include <winsock.h> +#include <winsock2.h> #else #include <sys/types.h> #include <netdb.h> /* for hostent */ |