mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
LibCore: Include sys/filio.h for file-related ioctls on Solaris
This commit is contained in:
parent
50e663f561
commit
9139515aed
Notes:
sideshowbarker
2024-07-19 16:55:45 +09:00
Author: https://github.com/ghost
Commit: 9139515aed
Pull-request: https://github.com/SerenityOS/serenity/pull/17623
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/elcuco
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
Reviewed-by: https://github.com/linusg
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
|||
# include <shadow.h>
|
||||
#endif
|
||||
|
||||
#ifdef AK_OS_SOLARIS
|
||||
# include <sys/filio.h>
|
||||
#endif
|
||||
|
||||
namespace Core::System {
|
||||
|
||||
#ifdef AK_OS_SERENITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue