diff options
Diffstat (limited to 'src/util.zig')
-rw-r--r-- | src/util.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.zig b/src/util.zig index 8e06df9a1..fbc98d666 100644 --- a/src/util.zig +++ b/src/util.zig @@ -1,6 +1,6 @@ // Things that maybe should go in Zig standard library at some point const std = @import("std"); -const bun = @import("bun"); +const bun = @import("root").bun; pub fn Key(comptime Map: type) type { return FieldType(Map.KV, "key").?; |