diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-19 22:59:50 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-19 22:59:50 +0200 |
| commit | cee41e925dc0a9d7460806c9f8386512b207edf3 (patch) | |
| tree | 75799b00cf703d4196864a261e01ff8ec53699f2 /src/command/send_to_output.zig | |
| parent | 569308d91b7d6ea19a283a3db4a612f9e5d881d7 (diff) | |
| download | river-cee41e925dc0a9d7460806c9f8386512b207edf3.tar.gz river-cee41e925dc0a9d7460806c9f8386512b207edf3.tar.xz | |
Implement command execution through riverctl
Diffstat (limited to 'src/command/send_to_output.zig')
| -rw-r--r-- | src/command/send_to_output.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/send_to_output.zig b/src/command/send_to_output.zig index f0658ca..7e0bbbf 100644 --- a/src/command/send_to_output.zig +++ b/src/command/send_to_output.zig @@ -19,7 +19,7 @@ const std = @import("std"); const c = @import("../c.zig"); -const Arg = @import("../command.zig").Arg; +const Arg = @import("../Command.zig").Arg; const Output = @import("../Output.zig"); const Seat = @import("../Seat.zig"); |
