From 6e4acb4303a859083331b8d703b9d7d8de046b80 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Tue, 22 Feb 2022 09:19:31 +0100 Subject: [PATCH] linuxdmabuf: Add unistd.h include Don't rely on someone else to pull it in for `close()` Signed-off-by: Eike Hein --- src/wayland/linuxdmabufv1clientbuffer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/linuxdmabufv1clientbuffer.cpp b/src/wayland/linuxdmabufv1clientbuffer.cpp index d85ecf0a1d..241e8dffe8 100644 --- a/src/wayland/linuxdmabufv1clientbuffer.cpp +++ b/src/wayland/linuxdmabufv1clientbuffer.cpp @@ -18,6 +18,7 @@ #include #include #include +#include namespace KWaylandServer {