diff options
Diffstat (limited to 'sway/commands/exec.c')
-rw-r--r-- | sway/commands/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/exec.c b/sway/commands/exec.c index a84ad797..58ef5f94 100644 --- a/sway/commands/exec.c +++ b/sway/commands/exec.c @@ -1,5 +1,5 @@ #include <string.h> -#include "commands.h" +#include "sway/commands.h" #include "log.h" #include "stringop.h" |