diff --git a/src-self-hosted/module.zig b/src-self-hosted/module.zig index 4fac76079..c98461025 100644 --- a/src-self-hosted/module.zig +++ b/src-self-hosted/module.zig @@ -114,6 +114,7 @@ pub const Module = struct { DiskQuota, InputOutput, NoStdHandles, + Overflow, }; pub const Event = union(enum) {