Ick, further fixes for Linux/MSVC

This commit is contained in:
James Turner 2011-08-22 09:10:38 +01:00
parent a175033e3b
commit 5f07efa12a
2 changed files with 4 additions and 5 deletions

View File

@ -463,6 +463,8 @@
RelativePath="..\..\simgear\io\raw_socket.hxx"
>
</File>
<File RelativePath="..\..\simgear\io\HostLookup.cxx"></File>
<File RelativePath="..\..\simgear\io\HostLookup.hxx"></File>
<File
RelativePath="..\..\simgear\io\sg_binobj.cxx"
>
@ -1463,7 +1465,7 @@
RelativePath="..\..\simgear\scene\tgdb\userdata.hxx"
>
</File>
</Filter>
</Filter>
<Filter
Name="Lib_sgtsync"
>

View File

@ -24,10 +24,7 @@
#define SG_IO_SOCKET_HXX
#include <errno.h>
#if defined(__APPLE__) || defined(__FreeBSD__)
# include <netinet/in.h>
#endif
#include <netinet/in.h>
namespace simgear
{