fix import path

This commit is contained in:
Matt Knight 2021-04-23 23:57:48 -07:00 committed by Andrew Kelley
parent 7a793a9b9d
commit 8530b6b724

View File

@ -6,7 +6,7 @@
const magic = 0xeb9f;
const version = 1;
pub const ext = @import("ext.zig");
pub const ext = @import("btf_ext.zig");
/// All offsets are in bytes relative to the end of this header
pub const Header = packed struct {