diff options
| author | 2016-11-15 20:07:23 -0500 | |
|---|---|---|
| committer | 2016-11-15 20:07:23 -0500 | |
| commit | fb13bfe693e9536df700b675fef3affe09622fdd (patch) | |
| tree | 133bc7a610f8ae94a5381f8c8aaba6a6050d7ac1 /src/core/gdbstub/gdbstub.cpp | |
| parent | Merge pull request #1753 from jroweboy/frame_layouts (diff) | |
| parent | Add mingw compile support (diff) | |
| download | yuzu-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.cpp | 2 |
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> |