tar: fix import path

This commit is contained in:
Igor Anić 2023-11-29 15:31:22 +01:00 committed by Andrew Kelley
parent e1424b84b8
commit 169f28d3e6

View File

@ -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,