aboutsummaryrefslogtreecommitdiff
path: root/rootston/input.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-27 08:35:36 -0400
committerGitHub <noreply@github.com>2018-03-27 08:35:36 -0400
commitea9c945e73735bce88e2b11994e27c26329fe3e6 (patch)
tree0cf49da32b6f7c71df9f56550c956f170434de9f /rootston/input.c
parent84ce2afe26bdb9ce29c86b191b68ee94d08b5e14 (diff)
parenta0b52a0dff1e69f85e0095c58e3bda0b588caf45 (diff)
Merge pull request #759 from martinetd/x11
Fix x11 backend
Diffstat (limited to 'rootston/input.c')
-rw-r--r--rootston/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/input.c b/rootston/input.c
index 962be9fa..3e1b06fb 100644
--- a/rootston/input.c
+++ b/rootston/input.c
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <wayland-server.h>
#include <wlr/backend/libinput.h>
+#include <wlr/config.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/util/log.h>
#include <wlr/xcursor.h>