Revert "Ick, further fixes for Linux/MSVC"
This reverts commit 5f07efa12a.
This commit is contained in:
@@ -463,8 +463,6 @@
|
|||||||
RelativePath="..\..\simgear\io\raw_socket.hxx"
|
RelativePath="..\..\simgear\io\raw_socket.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File RelativePath="..\..\simgear\io\HostLookup.cxx"></File>
|
|
||||||
<File RelativePath="..\..\simgear\io\HostLookup.hxx"></File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\simgear\io\sg_binobj.cxx"
|
RelativePath="..\..\simgear\io\sg_binobj.cxx"
|
||||||
>
|
>
|
||||||
@@ -1465,7 +1463,7 @@
|
|||||||
RelativePath="..\..\simgear\scene\tgdb\userdata.hxx"
|
RelativePath="..\..\simgear\scene\tgdb\userdata.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Lib_sgtsync"
|
Name="Lib_sgtsync"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -24,7 +24,10 @@
|
|||||||
#define SG_IO_SOCKET_HXX
|
#define SG_IO_SOCKET_HXX
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <netinet/in.h>
|
|
||||||
|
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||||
|
# include <netinet/in.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace simgear
|
namespace simgear
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user