$OpenBSD: patch-vnc_vncsshtunnelthread_cpp,v 1.2 2021/09/10 08:43:56 rsadowski Exp $

Missing include

Index: vnc/vncsshtunnelthread.cpp
--- vnc/vncsshtunnelthread.cpp.orig
+++ vnc/vncsshtunnelthread.cpp
@@ -10,6 +10,7 @@
 
 #include <KLocalizedString>
 
+#include <errno.h>
 #include <fcntl.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
