瀏覽代碼

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

nipos 2 年之前
父節點
當前提交
9139515aed
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Userland/Libraries/LibCore/System.h

+ 4 - 0
Userland/Libraries/LibCore/System.h

@@ -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