mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
HaikuOS port (#97)
* ExternalFileLevelStorageSource: add workaround for d_type on Haiku * raknet: FileList: do not include io.h on Haiku * raknet: SocketLayer: add sockio.h for Haiku * cmake: link -lnetwork on Haiku * readme: add Haiku build dependencies * cmake: use link_libraries instead of add_link_options * ExternalFileLevelStorageSource: use scary stdstring instead of char
This commit is contained in:
4
thirdparty/raknet/SocketLayer.cpp
vendored
4
thirdparty/raknet/SocketLayer.cpp
vendored
@@ -24,6 +24,10 @@
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#if defined( __HAIKU__ )
|
||||
#include "sys/sockio.h" // for SIOCGIFNETMASK
|
||||
#endif
|
||||
|
||||
using namespace RakNet;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user