mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
x11/plasma5-kwayland-server: add missing errno.h include
This fixes the build on FreeBSD 12 Reported by: VVD
This commit is contained in:
parent
f75c2ab0d6
commit
3c03469853
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
{
|
Loading…
Add table
Reference in a new issue