We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a23b8 commit 0f18e6dCopy full SHA for 0f18e6d
kms++/src/dmabufframebuffer.cpp
@@ -5,6 +5,8 @@
5
#include <stdexcept>
6
#include <sys/mman.h>
7
#include <sys/ioctl.h>
8
+#include <unistd.h>
9
+
10
#include <xf86drm.h>
11
#include <xf86drmMode.h>
12
#include <linux/dma-buf.h>
0 commit comments