From 39b68ea47a661b1f7562ce283652de08f222b2be Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 3 Mar 2022 15:38:26 +0100 Subject: buffer: extract interface to separate header Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3389 --- render/allocator/allocator.c | 1 + render/allocator/drm_dumb.c | 1 + render/allocator/gbm.c | 1 + render/allocator/shm.c | 1 + 4 files changed, 4 insertions(+) (limited to 'render') diff --git a/render/allocator/allocator.c b/render/allocator/allocator.c index 5108ad04..0597cf25 100644 --- a/render/allocator/allocator.c +++ b/render/allocator/allocator.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include diff --git a/render/allocator/drm_dumb.c b/render/allocator/drm_dumb.c index 5b47462b..e2812ecb 100644 --- a/render/allocator/drm_dumb.c +++ b/render/allocator/drm_dumb.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include diff --git a/render/allocator/gbm.c b/render/allocator/gbm.c index 8f73862a..8c670774 100644 --- a/render/allocator/gbm.c +++ b/render/allocator/gbm.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include diff --git a/render/allocator/shm.c b/render/allocator/shm.c index 044d5eb1..9e49a144 100644 --- a/render/allocator/shm.c +++ b/render/allocator/shm.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3