Ick, further fixes for Linux/MSVC
This commit is contained in:
parent
a175033e3b
commit
5f07efa12a
@ -463,6 +463,8 @@
|
|||||||
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"
|
||||||
>
|
>
|
||||||
|
@ -24,10 +24,7 @@
|
|||||||
#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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user