mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-24 01:51:16 +01:00
6 lines
66 B
C
6 lines
66 B
C
|
#pragma once
|
||
|
|
||
|
#define FD_SETSIZE 32
|
||
|
|
||
|
#include_next <sys/select.h>
|