ls but with io_uring

Sync upstream. Fix build change straggler.

Signed-off-by: moderation <michael@sooper.org>

Changed files
+1
+1
build.zig
··· 45 45 .name = "lsr", 46 46 .root_module = exe_mod, 47 47 }); 48 + exe.linkLibC(); 48 49 49 50 b.installArtifact(exe); 50 51