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