aboutsummaryrefslogtreecommitdiff
path: root/example/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/shared.h')
-rw-r--r--example/shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/shared.h b/example/shared.h
index 6d533443..b07f820a 100644
--- a/example/shared.h
+++ b/example/shared.h
@@ -7,7 +7,8 @@
#include <wayland-server-protocol.h>
#include <wlr/backend.h>
#include <wlr/session.h>
-#include <wlr/types.h>
+#include <wlr/types/wlr_output.h>
+#include <wlr/types/wlr_input_device.h>
struct output_state {
struct compositor_state *compositor;