diff options
Diffstat (limited to 'sway/commands/focus_follows_mouse.c')
-rw-r--r-- | sway/commands/focus_follows_mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/focus_follows_mouse.c b/sway/commands/focus_follows_mouse.c index 25147b2a..8ccefa59 100644 --- a/sway/commands/focus_follows_mouse.c +++ b/sway/commands/focus_follows_mouse.c @@ -1,5 +1,5 @@ #include <string.h> -#include "commands.h" +#include "sway/commands.h" struct cmd_results *cmd_focus_follows_mouse(int argc, char **argv) { struct cmd_results *error = NULL; |