diff options
Diffstat (limited to 'rootston/tablet_tool.c')
-rw-r--r-- | rootston/tablet_tool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/tablet_tool.c b/rootston/tablet_tool.c index a612e683..3327115d 100644 --- a/rootston/tablet_tool.c +++ b/rootston/tablet_tool.c @@ -4,6 +4,7 @@ #include <wlr/types/wlr_pointer.h> #include <wlr/util/log.h> #include "rootston/input.h" +#include "rootston/tablet_tool.h" void tablet_tool_add(struct wlr_input_device *device, struct roots_input *input) { struct roots_tablet_tool *tool = calloc(sizeof(struct roots_tablet_tool), 1); |