Update gdbstub.cpp

This commit is contained in:
yami-hack 2016-06-13 16:52:03 +08:00 committed by GitHub
parent 0f60caf49a
commit 6e05627c1d

View File

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