diff options
Diffstat (limited to 'src/command/spawn.zig')
| -rw-r--r-- | src/command/spawn.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/spawn.zig b/src/command/spawn.zig index 495cb94..e4cfdd6 100644 --- a/src/command/spawn.zig +++ b/src/command/spawn.zig @@ -3,7 +3,7 @@ const std = @import("std"); const Arg = @import("../command.zig").Arg; const Log = @import("../log.zig").Log; -const Seat = @import("../seat.zig").Seat; +const Seat = @import("../seat.zig"); /// Spawn a program. pub fn spawn(seat: *Seat, arg: Arg) void { |
