The branch, master has been updated via faaa1383a0999941e4d7404755b5b6576213b1b2 (commit) from 2e71dcbfdc8647bb432018050ef703ea8f36808e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit faaa1383a0999941e4d7404755b5b6576213b1b2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Sep 19 18:35:39 2011 +0200 fix missing include: netinet/tcp.h ----------------------------------------------------------------------- Summary of changes: sshprocess.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/sshprocess.cpp b/sshprocess.cpp index 03ee9b6..41d150c 100644 --- a/sshprocess.cpp +++ b/sshprocess.cpp @@ -22,6 +22,7 @@ #ifndef Q_OS_WIN #include <arpa/inet.h> +#include <netinet/tcp.h> #endif #undef DEBUG hooks/post-receive -- x2goclient.git (X2go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient.git" (X2go Client).