summaryrefslogtreecommitdiffstats
path: root/sway/input/tablet.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/tablet.c')
-rw-r--r--sway/input/tablet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/input/tablet.c b/sway/input/tablet.c
index 5f81f772..26e86e36 100644
--- a/sway/input/tablet.c
+++ b/sway/input/tablet.c
@@ -2,6 +2,8 @@
2#include <stdlib.h> 2#include <stdlib.h>
3#include <wlr/backend/libinput.h> 3#include <wlr/backend/libinput.h>
4#include <wlr/types/wlr_tablet_v2.h> 4#include <wlr/types/wlr_tablet_v2.h>
5#include <wlr/types/wlr_tablet_tool.h>
6#include <wlr/types/wlr_tablet_pad.h>
5#include "log.h" 7#include "log.h"
6#include "sway/input/cursor.h" 8#include "sway/input/cursor.h"
7#include "sway/input/seat.h" 9#include "sway/input/seat.h"