Commit 8530b6b724

Matt Knight <mattnite@protonmail.com>
2021-04-24 08:57:48
fix import path
1 parent 7a793a9
Changed files (1)
lib
std
os
linux
lib/std/os/linux/bpf/btf.zig
@@ -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 {