diff --git a/lib/std/io_uring.zig b/lib/std/io_uring.zig index 099b368abd..ee6618d59f 100644 --- a/lib/std/io_uring.zig +++ b/lib/std/io_uring.zig @@ -3,7 +3,7 @@ // This file is part of [zig](https://ziglang.org/), which is MIT licensed. // The MIT license requires this copyright notice to be included in all copies // and substantial portions of the software. -const std = @import("std"); +const std = @import("std.zig"); const assert = std.debug.assert; const builtin = std.builtin; const os = std.os;