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:
SanyaSho
2023-11-05 22:33:57 +03:00
committed by GitHub
parent 3b60855ad0
commit b055b37b02
5 changed files with 31 additions and 1 deletions

View File

@@ -24,6 +24,10 @@
#include <netdb.h>
#endif
#if defined( __HAIKU__ )
#include "sys/sockio.h" // for SIOCGIFNETMASK
#endif
using namespace RakNet;
/*