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: https://github.com/SerenityOS/serenity/commit/9139515aed6 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
Reference in a new issue