aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-17 19:05:17 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-17 19:05:17 -0500
commitf0ca2cb5c367a0142b6988d04c6b996f1c296055 (patch)
tree692177347bace8e33a37df8d9e792be8aeb75289 /include
parentchoose adjacent container between outputs (diff)
downloadsway-f0ca2cb5c367a0142b6988d04c6b996f1c296055.tar.gz
sway-f0ca2cb5c367a0142b6988d04c6b996f1c296055.tar.zst
sway-f0ca2cb5c367a0142b6988d04c6b996f1c296055.zip
use quotes for container include
Diffstat (limited to 'include')
-rw-r--r--include/sway/workspace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/workspace.h b/include/sway/workspace.h
index ca6f9bdb..fee54255 100644
--- a/include/sway/workspace.h
+++ b/include/sway/workspace.h
@@ -1,7 +1,7 @@
1#ifndef _SWAY_WORKSPACE_H 1#ifndef _SWAY_WORKSPACE_H
2#define _SWAY_WORKSPACE_H 2#define _SWAY_WORKSPACE_H
3 3
4#include <sway/container.h> 4#include "sway/container.h"
5 5
6extern char *prev_workspace_name; 6extern char *prev_workspace_name;
7 7