The branch, master has been updated via 559ea316782420e2ffa9e7bd1585b06c5867fe50 (commit) via 679e516f303c22bf431170e60ee2951ef66e9c6b (commit) from 8e2e6e98aa3fb772a4a2543b033ea40c98bea2f6 (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 559ea316782420e2ffa9e7bd1585b06c5867fe50 Author: Jan Engelhardt <jengelh@medozas.de> Date: Mon Feb 13 09:28:08 2012 +0100 Include <netinet/in.h> in sshprocess.h to fix missing struct sockaddr_in. commit 679e516f303c22bf431170e60ee2951ef66e9c6b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 13 09:26:15 2012 +0100 changelog cleanup, wrong contributor fixed ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 +++- sshprocess.h | 1 + 2 files changed, 4 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 72ac861..f5d30a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,11 +3,13 @@ x2goclient (3.99.1.0-0~x2go1) UNRELEASED; urgency=low [ Mike Gabriel ] * New upstream version (3.99.1.0): - Update German translation file (thanks to Stefan Baur). - - Use ,,${MAKE}'' instead of ,,make'' in Makefile. [ Jan Engelhard ] * New upstream version (3.99.1.0): - Use /cgi-bin/man/ path in web'ified man pages. + - Use ,,${MAKE}'' instead of ,,make'' in Makefile. + - Include <netinet/in.h> in sshprocess.h to fix missing + struct sockaddr_in. [ Oleksandr Shneyder ] * New upstream version (3.99.1.0): diff --git a/sshprocess.h b/sshprocess.h index 567bff9..9d7a2b1 100644 --- a/sshprocess.h +++ b/sshprocess.h @@ -22,6 +22,7 @@ #ifndef SSHPROCESS_H #define SSHPROCESS_H +#include <netinet/in.h> #include <libssh/libssh.h> #include <QObject> 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).