diff options
| author | David 'Digit' Turner <digit@android.com> | 2011-04-15 16:30:26 +0200 |
|---|---|---|
| committer | David 'Digit' Turner <digit@android.com> | 2011-04-15 16:30:26 +0200 |
| commit | f85c358b27934c857d420636f9f0a9a9ef0dd2c5 (patch) | |
| tree | a0dc11747cd67d43d1ea8a4de9c29b8167e76d24 /tools/emulator/opengl/shared/OpenglCodecCommon/TcpStream.cpp | |
| parent | 23a491dccdc8c294af2ecd0602d10da9f2707ac1 (diff) | |
Fix Mac build
Change-Id: I030c9903f073aced6c2778665f7961f3e9f9804d
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 |
