LibCore: Include sys/filio.h for file-related ioctls on Solaris

This commit is contained in:
nipos 2023-02-25 18:53:46 +01:00 committed by Andrew Kaster
parent 50e663f561
commit 9139515aed

View file

@ -35,6 +35,10 @@
# include <shadow.h>
#endif
#ifdef AK_OS_SOLARIS
# include <sys/filio.h>
#endif
namespace Core::System {
#ifdef AK_OS_SERENITY