Commit 169f28d3e6
Changed files (1)
lib
std
lib/std/tar.zig
@@ -1,3 +1,6 @@
+const std = @import("std.zig");
+const assert = std.debug.assert;
+
pub const Options = struct {
/// Number of directory levels to skip when extracting files.
strip_components: u32 = 0,