From 86b2cac9219cf98e4e8b62df9bc94ea334a9b15e Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Tue, 14 Nov 2023 21:41:15 +0300 Subject: Add missing type declarations in headers --- include/wlr/types/wlr_shm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wlr') 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 +struct wlr_renderer; + /** * Shared memory buffer interface. * -- cgit v1.2.3