authorgravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-09-19 15:14:47+02:00
committergravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-09-19 15:14:47+02:00
log09f2f4aeb366279f30256a5968a246369fafcc27
tree372609ef1ba13b02931e8ad5d772ff60ae65f9f6
parentb2a54b95814eeeb657ca953cb0547e3169893d2d

Fix std @import


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/io_uring.zig+1-1
...@@ -3,7 +3,7 @@...@@ -3,7 +3,7 @@
3// This file is part of [zig](https://ziglang.org/), which is MIT licensed.3// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
4// The MIT license requires this copyright notice to be included in all copies4// The MIT license requires this copyright notice to be included in all copies
5// and substantial portions of the software.5// and substantial portions of the software.
6const std = @import("std");6const std = @import("std.zig");
7const assert = std.debug.assert;7const assert = std.debug.assert;
8const builtin = std.builtin;8const builtin = std.builtin;
9const os = std.os;9const os = std.os;