diff options
author | Pascal Pascher <pascalpascher@gmx.net> | 2018-07-25 12:17:10 +0200 |
---|---|---|
committer | Pascal Pascher <pascalpascher@gmx.net> | 2018-07-25 12:17:10 +0200 |
commit | 79a45d4a4049e3b9235915cd308ed2995623f833 (patch) | |
tree | 11c0f4b2eb4338b6ace9f519cc21328d68918b8e /sway/tree/layout.c | |
parent | 2bf893248a94c7f70a9557aad4a8228731041eeb (diff) |
more style fixes, included "sway/config.h" where needed
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r-- | sway/tree/layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c index 3d361ea5..91f6accd 100644 --- a/sway/tree/layout.c +++ b/sway/tree/layout.c @@ -6,6 +6,7 @@ #include <string.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_output_layout.h> +#include "sway/config.h" #include "sway/debug.h" #include "sway/tree/arrange.h" #include "sway/tree/container.h" |