mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibC: Pull fd_set.h into unistd.h
This commit is contained in:
parent
6f9e6e63b6
commit
2db4ab80a2
Notes:
sideshowbarker
2024-07-18 22:15:23 +09:00
Author: https://github.com/alimpfard
Commit: 2db4ab80a2
Pull-request: https://github.com/SerenityOS/serenity/pull/5325
Issue: https://github.com/SerenityOS/serenity/issues/90
Reviewed-by: https://github.com/BenWiederhake
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/sunverwerth
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <errno.h>
|
||||
#include <fd_set.h>
|
||||
#include <limits.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue