Update gdbstub.cpp

This commit is contained in:
yami-hack 2016-06-14 07:58:38 +08:00 committed by GitHub
parent 1bad6bc4a2
commit acc5b4629c

View File

@ -14,7 +14,7 @@
#include <map>
#include <numeric>
#if defined(_MSC_VER) || defined(__MINGW64__)
#if defined(_WIN32)
#include <WinSock2.h>
#include <ws2tcpip.h>
#include <common/x64/abi.h>