diff options
| author | 2016-12-03 21:08:02 +0100 | |
|---|---|---|
| committer | 2016-12-05 19:09:16 +0100 | |
| commit | 45d941d62e2accea92f5b5183afe760e69a618ac (patch) | |
| tree | 123b8c13185b472a1fa413c3b8caf42980106207 /src/core/gdbstub/gdbstub.cpp | |
| parent | Merge pull request #2269 from Subv/update_dynarmic (diff) | |
| download | yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.gz yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.xz yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.zip | |
Support mingw cross-compile
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
| -rw-r--r-- | src/core/gdbstub/gdbstub.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index aea43e92b..aa849ab4b 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp | |||
| @@ -15,7 +15,8 @@ | |||
| 15 | #include <fcntl.h> | 15 | #include <fcntl.h> |
| 16 | 16 | ||
| 17 | #ifdef _WIN32 | 17 | #ifdef _WIN32 |
| 18 | #include <WinSock2.h> | 18 | #include <winsock2.h> |
| 19 | // winsock2.h needs to be included first to prevent winsock.h being included by other includes | ||
| 19 | #include <common/x64/abi.h> | 20 | #include <common/x64/abi.h> |
| 20 | #include <io.h> | 21 | #include <io.h> |
| 21 | #include <iphlpapi.h> | 22 | #include <iphlpapi.h> |