aboutsummaryrefslogtreecommitdiff
path: root/example/tablet.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/tablet.c')
-rw-r--r--example/tablet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/tablet.c b/example/tablet.c
index 4d64b638..fb0cb65c 100644
--- a/example/tablet.c
+++ b/example/tablet.c
@@ -14,7 +14,9 @@
#include <wlr/render.h>
#include <wlr/backend.h>
#include <wlr/session.h>
-#include <wlr/types.h>
+#include <wlr/types/wlr_output.h>
+#include <wlr/types/wlr_tablet_tool.h>
+#include <wlr/types/wlr_tablet_pad.h>
#include <math.h>
#include "shared.h"
#include "cat.h"