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 @@
33// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
44// The MIT license requires this copyright notice to be included in all copies
55// and substantial portions of the software.
6const std = @import("std");
6const std = @import("std.zig");
77const assert = std.debug.assert;
88const builtin = std.builtin;
99const os = std.os;