summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2016-11-15 20:07:23 -0500
committerGravatar GitHub2016-11-15 20:07:23 -0500
commitfb13bfe693e9536df700b675fef3affe09622fdd (patch)
tree133bc7a610f8ae94a5381f8c8aaba6a6050d7ac1 /src/core/gdbstub/gdbstub.cpp
parentMerge pull request #1753 from jroweboy/frame_layouts (diff)
parentAdd mingw compile support (diff)
downloadyuzu-fb13bfe693e9536df700b675fef3affe09622fdd.tar.gz
yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.tar.xz
yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.zip
Merge pull request #2172 from jroweboy/fix-mingw
Fix mingw compilation support
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
-rw-r--r--src/core/gdbstub/gdbstub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp
index ceb993ea1..aea43e92b 100644
--- a/src/core/gdbstub/gdbstub.cpp
+++ b/src/core/gdbstub/gdbstub.cpp
@@ -14,7 +14,7 @@
14#include <numeric> 14#include <numeric>
15#include <fcntl.h> 15#include <fcntl.h>
16 16
17#ifdef _MSC_VER 17#ifdef _WIN32
18#include <WinSock2.h> 18#include <WinSock2.h>
19#include <common/x64/abi.h> 19#include <common/x64/abi.h>
20#include <io.h> 20#include <io.h>