mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 11:18:12 +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
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
/**
|
||||
* \defgroup nsysnet_socket Socket
|
||||
|
Loading…
Reference in New Issue
Block a user