summaryrefslogtreecommitdiff
path: root/net/x2goclient/files/patch-sshprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/x2goclient/files/patch-sshprocess.h')
-rw-r--r--net/x2goclient/files/patch-sshprocess.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/x2goclient/files/patch-sshprocess.h b/net/x2goclient/files/patch-sshprocess.h
new file mode 100644
index 000000000000..a6030305a0d3
--- /dev/null
+++ b/net/x2goclient/files/patch-sshprocess.h
@@ -0,0 +1,15 @@
+--- sshprocess.h.orig 2011-11-25 21:08:10.000000000 +0900
++++ sshprocess.h 2011-12-20 01:56:29.000000000 +0900
+@@ -17,6 +17,12 @@
+ #ifndef SSHPROCESS_H
+ #define SSHPROCESS_H
+
++#ifndef Q_OS_WIN
++#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#include <arpa/inet.h>
++#endif
+ #include <libssh/libssh.h>
+ #include <QObject>
+