mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file
This commit is contained in:
parent
77486a0d08
commit
800e244ed9
5 changed files with 14 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <AK/RefPtr.h>
|
||||
#include <AK/Userspace.h>
|
||||
#include <AK/Variant.h>
|
||||
#include <Kernel/API/POSIX/select.h>
|
||||
#include <Kernel/API/POSIX/sys/resource.h>
|
||||
#include <Kernel/API/Syscall.h>
|
||||
#include <Kernel/Assertions.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue