aboutsummaryrefslogtreecommitdiff
path: root/render/allocator/shm.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/allocator/shm.c')
-rw-r--r--render/allocator/shm.c1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h>
#include <sys/mman.h>
#include <unistd.h>
+#include <wlr/interfaces/wlr_buffer.h>
#include <wlr/render/allocator.h>
#include <wlr/render/drm_format_set.h>
#include <wlr/util/log.h>