mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:17:35 +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>
|
# include <shadow.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef AK_OS_SOLARIS
|
||||||
|
# include <sys/filio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Core::System {
|
namespace Core::System {
|
||||||
|
|
||||||
#ifdef AK_OS_SERENITY
|
#ifdef AK_OS_SERENITY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue