Linux build issue

This commit is contained in:
Jarred Sumner
2022-11-23 07:40:51 -08:00
parent 0def09a264
commit 834dac248a

View File

@@ -3490,6 +3490,7 @@ pub const FIFO = struct {
},
signal: JSC.WebCore.Signal = .{},
is_first_read: bool = true,
has_adjusted_pipe_size_on_linux: bool = false,
auto_close: bool = true,
pub usingnamespace NewReadyWatcher(@This(), .readable, ready);