aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/view.c
diff options
context:
space:
mode:
authorPascal Pascher <pascalpascher@gmx.net>2018-07-25 12:17:10 +0200
committerPascal Pascher <pascalpascher@gmx.net>2018-07-25 12:17:10 +0200
commit79a45d4a4049e3b9235915cd308ed2995623f833 (patch)
tree11c0f4b2eb4338b6ace9f519cc21328d68918b8e /sway/tree/view.c
parent2bf893248a94c7f70a9557aad4a8228731041eeb (diff)
more style fixes, included "sway/config.h" where needed
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 2eff80a8..7cc15ae3 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -3,6 +3,7 @@
#include <wayland-server.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_output_layout.h>
+#include "sway/config.h"
#ifdef HAVE_XWAYLAND
#include <wlr/xwayland.h>
#endif