x11/plasma5-kwayland-server: add missing errno.h include

This fixes the build on FreeBSD 12

Reported by:		VVD
This commit is contained in:
Tobias C. Berner 2022-02-08 22:41:33 +01:00
parent f75c2ab0d6
commit 3c03469853

View file

@ -0,0 +1,10 @@
--- src/server/linuxdmabufv1clientbuffer.cpp.orig 2022-02-08 21:40:49 UTC
+++ src/server/linuxdmabufv1clientbuffer.cpp
@@ -17,6 +17,7 @@
#include <QTemporaryFile>
#include <fcntl.h>
+#include <errno.h>
namespace KWaylandServer
{