summaryrefslogtreecommitdiffstats
path: root/chromium/patches/terminal-fdset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/patches/terminal-fdset.patch')
-rw-r--r--chromium/patches/terminal-fdset.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/patches/terminal-fdset.patch b/chromium/patches/terminal-fdset.patch
new file mode 100644
index 0000000..32c7421
--- /dev/null
+++ b/chromium/patches/terminal-fdset.patch
@@ -0,0 +1,10 @@
1--- a/third_party/dawn/src/tint/utils/system/terminal_posix.cc
2+++ b/third_party/dawn/src/tint/utils/system/terminal_posix.cc
3@@ -37,6 +37,7 @@
4 #include <optional>
5 #include <string_view>
6 #include <utility>
7+#include <sys/select.h>
8
9 #include "src/tint/utils/containers/vector.h"
10 #include "src/tint/utils/macros/compiler.h"