diff options
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r-- | rootston/cursor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c index b153e8c8..64277464 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -18,6 +18,8 @@ #include "rootston/input.h" #include "rootston/desktop.h" #include "rootston/view.h" +#include "rootston/keyboard.h" +#include "rootston/seat.h" const struct roots_input_event *get_input_event(struct roots_input *input, uint32_t serial) { |