Skip to content

Commit 783c2b4

Browse files
Fix build failure on Linux (#16238)
1 parent 04b388e commit 783c2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bun.js/webcore/S3Stat.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const bun = @import("../../bun.zig");
2-
const JSC = @import("../../JSC.zig");
2+
const JSC = @import("../../jsc.zig");
33

44
pub const S3Stat = struct {
55
const log = bun.Output.scoped(.S3Stat, false);

0 commit comments

Comments
 (0)