diff options
| author | 2016-08-01 15:13:35 -0600 | |
|---|---|---|
| committer | 2016-11-13 23:50:46 -0700 | |
| commit | c3ea6f4ddb4aeed9663b5039e9ab11a7fef7c395 (patch) | |
| tree | 282996d714b4c104ae0270ba0c505160b05207d0 /src/core/gdbstub/gdbstub.cpp | |
| parent | Merge pull request #2171 from jroweboy/fix-mac-build (diff) | |
| download | yuzu-c3ea6f4ddb4aeed9663b5039e9ab11a7fef7c395.tar.gz yuzu-c3ea6f4ddb4aeed9663b5039e9ab11a7fef7c395.tar.xz yuzu-c3ea6f4ddb4aeed9663b5039e9ab11a7fef7c395.zip | |
Add mingw compile 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> |