]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Chase wlroots: Add missing #include
authorJohn Lindgren <john@jlindgren.net>
Tue, 21 Feb 2023 13:03:17 +0000 (08:03 -0500)
committerJohn Lindgren <john@jlindgren.net>
Mon, 17 Jul 2023 12:35:46 +0000 (08:35 -0400)
Chases: 323f0b94db22877487bca073fca497cd033719e8
wlr_scene: Cleanup header includes

src/common/scaled_scene_buffer.c

index 299c76ff3db2db668771ae49bec912e0471671f2..13737beacf604794baffc00cd83ebe801cd5bd52 100644 (file)
@@ -4,6 +4,7 @@
 #include <stdlib.h>
 #include <wayland-server-core.h>
 #include <wlr/types/wlr_buffer.h>
+#include <wlr/types/wlr_output.h>
 #include <wlr/types/wlr_scene.h>
 #include <wlr/util/log.h>
 #include "buffer.h"