From 905199a1a860e0120608611184bca0e6fbc2de48 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Fri, 4 Jan 2019 20:23:33 +0100 Subject: [PATCH] view.h: conditionally include xwayland.h --- view.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view.h b/view.h index 713358b..9629fc9 100644 --- a/view.h +++ b/view.h @@ -8,6 +8,9 @@ #include #include #include +#if CAGE_HAS_XWAYLAND +#include +#endif #include "server.h"