aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/sticky.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/sticky.c')
-rw-r--r--sway/commands/sticky.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/sticky.c b/sway/commands/sticky.c
index 00c47123..4899e061 100644
--- a/sway/commands/sticky.c
+++ b/sway/commands/sticky.c
@@ -1,6 +1,6 @@
1#include <string.h> 1#include <string.h>
2#include "commands.h" 2#include "sway/commands.h"
3#include "focus.h" 3#include "sway/focus.h"
4 4
5struct cmd_results *cmd_sticky(int argc, char **argv) { 5struct cmd_results *cmd_sticky(int argc, char **argv) {
6 struct cmd_results *error = NULL; 6 struct cmd_results *error = NULL;