freebsd-ports/net/x2goclient/files/patch-sshprocess.cpp
Dmitry Marakasov ad36c89df1 - Update to 4.0.4.0
- Unbreak
- Regenerate patches

PR:		201177
Submitted by:	tkato432@yahoo.com
Differential Revision:
2015-07-01 15:12:24 +00:00

12 lines
266 B
C++

--- src/sshprocess.cpp.orig 2015-05-26 19:13:12 UTC
+++ src/sshprocess.cpp
@@ -24,6 +24,9 @@
#include <QProcess>
#ifndef Q_OS_WIN
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netinet/tcp.h>
#endif