authorgravatar for mattnite@protonmail.comMatt Knight <mattnite@protonmail.com> 2021-04-23 23:57:48-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-04-24 13:35:55-04:00
log8530b6b7242ebf43b5cb4ae3a2644593f4961a5e
tree1cdb7b4ff2de28a33f851926e48f5be9ecdca873
parent7a793a9b9d38adc6800834d2dc11a1037b1aef4d

fix import path


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/os/linux/bpf/btf.zig+1-1
...@@ -6,7 +6,7 @@...@@ -6,7 +6,7 @@
6const magic = 0xeb9f;6const magic = 0xeb9f;
7const version = 1;7const version = 1;
88
9pub const ext = @import("ext.zig");9pub const ext = @import("btf_ext.zig");
1010
11/// All offsets are in bytes relative to the end of this header11/// All offsets are in bytes relative to the end of this header
12pub const Header = packed struct {12pub const Header = packed struct {