mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +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
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <AK/ScopeGuard.h>
|
||||
#include <AK/Time.h>
|
||||
#include <Kernel/API/POSIX/select.h>
|
||||
#include <Kernel/Debug.h>
|
||||
#include <Kernel/FileSystem/OpenFileDescription.h>
|
||||
#include <Kernel/Process.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue