diff options
Diffstat (limited to 'sway/commands/bar/height.c')
-rw-r--r-- | sway/commands/bar/height.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bar/height.c b/sway/commands/bar/height.c index 9ea0a81a..eb576ab3 100644 --- a/sway/commands/bar/height.c +++ b/sway/commands/bar/height.c @@ -1,6 +1,6 @@ #include <stdlib.h> #include <string.h> -#include "commands.h" +#include "sway/commands.h" #include "log.h" struct cmd_results *bar_cmd_height(int argc, char **argv) { |