Skip to content

Commit 0f18e6d

Browse files
committed
dmabuffb: Add missing include
1 parent f6a23b8 commit 0f18e6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kms++/src/dmabufframebuffer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include <stdexcept>
66
#include <sys/mman.h>
77
#include <sys/ioctl.h>
8+
#include <unistd.h>
9+
810
#include <xf86drm.h>
911
#include <xf86drmMode.h>
1012
#include <linux/dma-buf.h>

0 commit comments

Comments
 (0)