aboutsummaryrefslogtreecommitdiff
path: root/include/xwayland
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2018-03-27 09:19:44 +0200
committerDominique Martinet <asmadeus@codewreck.org>2018-03-27 09:20:21 +0200
commita0b52a0dff1e69f85e0095c58e3bda0b588caf45 (patch)
tree0cf49da32b6f7c71df9f56550c956f170434de9f /include/xwayland
parent84ce2afe26bdb9ce29c86b191b68ee94d08b5e14 (diff)
Fix x11 backend
Need to include wlr/config.h before using the various WLR_HAS_xxx defines
Diffstat (limited to 'include/xwayland')
-rw-r--r--include/xwayland/xwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h
index 4b15cc84..9e21ea3a 100644
--- a/include/xwayland/xwm.h
+++ b/include/xwayland/xwm.h
@@ -2,6 +2,7 @@
#define XWAYLAND_XWM_H
#include <wayland-server-core.h>
+#include <wlr/config.h>
#include <wlr/xwayland.h>
#include <xcb/render.h>