aboutsummaryrefslogtreecommitdiff
path: root/src/command/spawn.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/spawn.zig')
-rw-r--r--src/command/spawn.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/spawn.zig b/src/command/spawn.zig
index b9b9c95..53566fa 100644
--- a/src/command/spawn.zig
+++ b/src/command/spawn.zig
@@ -21,7 +21,7 @@ const c = @import("../c.zig");
const Arg = @import("../command.zig").Arg;
const Log = @import("../log.zig").Log;
-const Seat = @import("../seat.zig");
+const Seat = @import("../Seat.zig");
/// Spawn a program.
pub fn spawn(seat: *Seat, arg: Arg) void {