Skip to content

Commit

Permalink
Fix build failure on Linux (#16238)
Browse files Browse the repository at this point in the history
  • Loading branch information
fel1x-developer authored Jan 8, 2025
1 parent 04b388e commit 783c2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.js/webcore/S3Stat.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const bun = @import("../../bun.zig");
const JSC = @import("../../JSC.zig");
const JSC = @import("../../jsc.zig");

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

0 comments on commit 783c2b4

Please sign in to comment.