diff options
Diffstat (limited to 'tools/emulator/opengl/shared/OpenglCodecCommon/TcpStream.cpp')
| -rw-r--r-- | tools/emulator/opengl/shared/OpenglCodecCommon/TcpStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emulator/opengl/shared/OpenglCodecCommon/TcpStream.cpp b/tools/emulator/opengl/shared/OpenglCodecCommon/TcpStream.cpp index b33d24f39..fdccc1533 100644 --- a/tools/emulator/opengl/shared/OpenglCodecCommon/TcpStream.cpp +++ b/tools/emulator/opengl/shared/OpenglCodecCommon/TcpStream.cpp @@ -21,7 +21,7 @@ #include <unistd.h> #include <string.h> -#ifdef __linux__ +#ifndef _WIN32 #include <netinet/in.h> #endif |
