mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 11:40:42 +01:00
Add include of head "sys/select.h" which declares missing "fd_set"
This commit is contained in:
parent
53c1a5f6c4
commit
f5aa0a6523
@ -5,6 +5,7 @@
|
|||||||
#define FD_SETSIZE 32
|
#define FD_SETSIZE 32
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/select.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup nsysnet_socket Socket
|
* \defgroup nsysnet_socket Socket
|
||||||
|
Loading…
Reference in New Issue
Block a user