diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-11-14 21:41:15 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-11-14 18:44:53 +0000 |
commit | 86b2cac9219cf98e4e8b62df9bc94ea334a9b15e (patch) | |
tree | 9155d26b65d099981a76478926d0e823ab79def7 /include/wlr | |
parent | 3d3cca9164106212a8c6e52125bb05c18ada70a7 (diff) |
Add missing type declarations in headers
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_shm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_shm.h b/include/wlr/types/wlr_shm.h index 5816c84e..396fc831 100644 --- a/include/wlr/types/wlr_shm.h +++ b/include/wlr/types/wlr_shm.h @@ -11,6 +11,8 @@ #include <wayland-server-core.h> +struct wlr_renderer; + /** * Shared memory buffer interface. * |