From f85c358b27934c857d420636f9f0a9a9ef0dd2c5 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Fri, 15 Apr 2011 16:30:26 +0200 Subject: [PATCH] Fix Mac build Change-Id: I030c9903f073aced6c2778665f7961f3e9f9804d --- tools/emulator/opengl/shared/OpenglCodecCommon/TcpStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#ifdef __linux__ +#ifndef _WIN32 #include #endif