mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
LibCore: Include sys/filio.h for file-related ioctls on Solaris
This commit is contained in:
parent
50e663f561
commit
9139515aed
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