aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-10-11 23:20:45 +0200
committerGitHub <noreply@github.com>2018-10-11 23:20:45 +0200
commitc5452feb773496a6631f35a4b49355ddd052d555 (patch)
tree98930311d0f28c2f754b6903fc42ecd1f3028d16 /include/backend
parent7dedfce1aed99ef3292b8bfcbc2697adcf11e85c (diff)
parent93a496f3a8df5601fe1daab3ec0377fffd5155cc (diff)
Merge pull request #1302 from ascent12/x11_config
Include wlr/config.h in x11.h
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/x11.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h
index 38aaad50..37e3e4b6 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -3,6 +3,7 @@
#include <stdbool.h>
#include <wayland-server.h>
+#include <wlr/config.h>
#include <wlr/backend/x11.h>
#include <wlr/interfaces/wlr_input_device.h>
#include <wlr/interfaces/wlr_output.h>