diff options
Diffstat (limited to 'rootston/pointer.c')
-rw-r--r-- | rootston/pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/pointer.c b/rootston/pointer.c index 299ecdfc..cb099264 100644 --- a/rootston/pointer.c +++ b/rootston/pointer.c @@ -3,6 +3,7 @@ #include <wlr/types/wlr_input_device.h> #include <wlr/types/wlr_pointer.h> #include "rootston/input.h" +#include "rootston/pointer.h" void pointer_add(struct wlr_input_device *device, struct roots_input *input) { struct roots_pointer *pointer = calloc(sizeof(struct roots_pointer), 1); |