diff options
Diffstat (limited to 'rootston/input.c')
-rw-r--r-- | rootston/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/input.c b/rootston/input.c index 27ad1f6b..962be9fa 100644 --- a/rootston/input.c +++ b/rootston/input.c @@ -6,7 +6,7 @@ #include <wlr/util/log.h> #include <wlr/xcursor.h> #ifdef WLR_HAS_XWAYLAND -# include <wlr/xwayland.h> +#include <wlr/xwayland.h> #endif #include "rootston/config.h" #include "rootston/input.h" |