Fix x11 backend

Need to include wlr/config.h before using the various WLR_HAS_xxx defines
This commit is contained in:
Dominique Martinet 2018-03-27 09:19:44 +02:00
parent 84ce2afe26
commit a0b52a0dff
4 changed files with 7 additions and 1 deletions

View file

@ -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>