mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-24 03:35:15 -05:00
Add include of head "sys/select.h" which declares missing "fd_set"
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#define FD_SETSIZE 32
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
/**
|
||||
* \defgroup nsysnet_socket Socket
|
||||
|
||||
Reference in New Issue
Block a user