mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
engine: platform: posix: include sys/filio.h to have FIONBIO declaration for networking code
This commit is contained in:
@@ -20,6 +20,9 @@ GNU General Public License for more details.
|
||||
#if !XASH_PSVITA
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#if XASH_SUNOS // TODO: figure out if we need this header on other systems
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
#include <sys/select.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
Reference in New Issue
Block a user