diff options
Diffstat (limited to 'render/allocator/gbm.c')
-rw-r--r-- | render/allocator/gbm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/render/allocator/gbm.c b/render/allocator/gbm.c index 86e4749b..b546e412 100644 --- a/render/allocator/gbm.c +++ b/render/allocator/gbm.c @@ -4,8 +4,11 @@ #include <fcntl.h> #include <stdlib.h> #include <unistd.h> +#include <wlr/render/allocator.h> +#include <wlr/render/drm_format_set.h> #include <wlr/util/log.h> #include <xf86drm.h> + #include "render/allocator/gbm.h" static const struct wlr_buffer_impl buffer_impl; |