ports/net/x2goclient/files/patch-src_sshmasterconnection.cpp
2019-08-31 16:16:19 +00:00

12 lines
298 B
C++

--- src/sshmasterconnection.cpp.orig 2018-06-25 20:21:49 UTC
+++ src/sshmasterconnection.cpp
@@ -29,6 +29,9 @@
#include <QDir>
#include <QTemporaryFile>
#ifndef Q_OS_WIN
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#endif
#include <math.h>