From 5f07efa12af93a7356930ddc1abc77a947f22092 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 22 Aug 2011 09:10:38 +0100 Subject: [PATCH] Ick, further fixes for Linux/MSVC --- projects/VC90/SimGear.vcproj | 4 +++- simgear/io/raw_socket.hxx | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/projects/VC90/SimGear.vcproj b/projects/VC90/SimGear.vcproj index 34aa5752..24678e83 100644 --- a/projects/VC90/SimGear.vcproj +++ b/projects/VC90/SimGear.vcproj @@ -463,6 +463,8 @@ RelativePath="..\..\simgear\io\raw_socket.hxx" > + + @@ -1463,7 +1465,7 @@ RelativePath="..\..\simgear\scene\tgdb\userdata.hxx" > - + diff --git a/simgear/io/raw_socket.hxx b/simgear/io/raw_socket.hxx index 1af74ce0..e3f50daf 100644 --- a/simgear/io/raw_socket.hxx +++ b/simgear/io/raw_socket.hxx @@ -24,10 +24,7 @@ #define SG_IO_SOCKET_HXX #include - -#if defined(__APPLE__) || defined(__FreeBSD__) -# include -#endif +#include namespace simgear { -- 2.39.5