Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f7ab601c817ac29859030b9385088ac051cd3488 https://github.com/WebKit/WebKit/commit/f7ab601c817ac29859030b9385088ac051cd3488 Author: Ben Grant <b...@bun.sh> Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths: M Source/WTF/wtf/FileHandle.h Log Message: ----------- Fix compile error with musl libc https://bugs.webkit.org/show_bug.cgi?id=289998 Reviewed by Adrian Perez de Castro. FileHandle.h was missing sys/types.h which provides the definition of ino_t. This change adds an #include of that header only on Linux. * Source/WTF/wtf/FileHandle.h: Canonical link: https://commits.webkit.org/292410@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes