aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-12-27 09:22:38 -0800
committerGitHub <noreply@github.com>2017-12-27 09:22:38 -0800
commitfea5aee9cff78b724c7b179c3b49ed42b1526b8f (patch)
tree08ebec5b7cf3983b6321e2fee884a7e00f267617 /xwayland
parenta0d2a6b445f33b608019809f581a80d28062178d (diff)
parent71e42dae909c8e94f82873f9eee0c50f0284fbdd (diff)
downloadwlroots-fea5aee9cff78b724c7b179c3b49ed42b1526b8f.tar.xz
Merge pull request #526 from besser82/bugfix/config_header_avoid_clashes
Further improvements to header files and shared lib version
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/xwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index d9bfaf2e..849acff8 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -7,7 +7,7 @@
#include <xcb/xfixes.h>
#include <xcb/xcb_image.h>
#include <xcb/render.h>
-#include "config.h"
+#include <wlr/config.h>
#include "wlr/util/log.h"
#include "wlr/util/edges.h"
#include "wlr/types/wlr_surface.h"