summaryrefslogtreecommitdiff
path: root/net/x2goclient/files/patch-sshmasterconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/x2goclient/files/patch-sshmasterconnection.cpp')
-rw-r--r--net/x2goclient/files/patch-sshmasterconnection.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/x2goclient/files/patch-sshmasterconnection.cpp b/net/x2goclient/files/patch-sshmasterconnection.cpp
new file mode 100644
index 000000000000..c8c349e6129b
--- /dev/null
+++ b/net/x2goclient/files/patch-sshmasterconnection.cpp
@@ -0,0 +1,12 @@
+--- sshmasterconnection.cpp.orig 2011-11-25 21:08:10.000000000 +0900
++++ sshmasterconnection.cpp 2011-12-20 01:50:14.000000000 +0900
+@@ -25,6 +25,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
+