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