diff --git a/lib/std/c.zig b/lib/std/c.zig index 57852d48307e08173ea5a6c9d486db0cf5296971..de7e57337838376f6fd0034d41791dfe079aa279 100644 --- a/lib/std/c.zig +++ b/lib/std/c.zig @@ -1599,7 +1599,7 @@ pub const MADV = switch (native_os) { pub const SEQUENTIAL = 0x5; pub const RANDOM = 0x6; }, - .netbsd => struct { + .netbsd, .openbsd => struct { pub const NORMAL = 0; pub const RANDOM = 1; pub const SEQUENTIAL = 2;