diff options
Diffstat (limited to 'sway/debug_log.c')
-rw-r--r-- | sway/debug_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/debug_log.c b/sway/debug_log.c index 7c988464..8d891a44 100644 --- a/sway/debug_log.c +++ b/sway/debug_log.c @@ -10,7 +10,7 @@ #include <errno.h> #include <string.h> #include <stringop.h> -#include "workspace.h" +#include "sway/workspace.h" /* XXX:DEBUG:XXX */ static void container_log(const swayc_t *c, int depth) { |