mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 02:48:50 +00:00
fix import path
This commit is contained in:
parent
7a793a9b9d
commit
8530b6b724
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user