summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2016-12-11 20:44:21 +0100
committerGitHub <noreply@github.com>2016-12-11 20:44:21 +0100
commit2589c30cbee4e90b717cb8f42e1f25e2eabc119f (patch)
tree92f4d13a3c2cca41664f8d4a31c09ad9dd3e80ae /src/core
parentMerge pull request #2154 from mailwl/apt-getstartupargument (diff)
parentgdbstub: Remove unused include (diff)
downloadyuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.gz
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.bz2
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.lz
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.xz
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.zst
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gdbstub/gdbstub.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp
index aea43e92b..21d941363 100644
--- a/src/core/gdbstub/gdbstub.cpp
+++ b/src/core/gdbstub/gdbstub.cpp
@@ -15,8 +15,8 @@
#include <fcntl.h>
#ifdef _WIN32
-#include <WinSock2.h>
-#include <common/x64/abi.h>
+#include <winsock2.h>
+// winsock2.h needs to be included first to prevent winsock.h being included by other includes
#include <io.h>
#include <iphlpapi.h>
#include <ws2tcpip.h>