sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit f0ca2cb5c367a0142b6988d04c6b996f1c296055
parent 176d24f02dfaa0a7866dd4ea278d0cbf30fa23bb
Author: Tony Crisci <tony@dubstepdish.com>
Date:   Sat, 17 Feb 2018 19:05:17 -0500

use quotes for container include

Diffstat:
Minclude/sway/workspace.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sway/workspace.h b/include/sway/workspace.h @@ -1,7 +1,7 @@ #ifndef _SWAY_WORKSPACE_H #define _SWAY_WORKSPACE_H -#include <sway/container.h> +#include "sway/container.h" extern char *prev_workspace_name;