[X2Go-Commits] [x2goclient] 07/31: x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.

git-admin at x2go.org git-admin at x2go.org
Mon Apr 27 21:23:27 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 7fdb0a96e820447e9a41ad9a5bb58367938acd04
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Mar 16 20:37:43 2015 +0100

    x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
---
 debian/changelog   |    2 ++
 src/x2goclient.cpp |    1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1fc0bef..3d55605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -348,6 +348,8 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
       in the child process. Use fork_helper() to start the UNIX cleanup helper
       in a child process and continue with the main application in the parent.
     - x2goclient.cpp: add myself to copyright header.
+    - x2goclient.cpp: add legacy <sys/types.h> header needed for old operating
+      systems.
 
   [ Fernando Pedemonte ]
   * New upstream release (4.0.4.0):
diff --git a/src/x2goclient.cpp b/src/x2goclient.cpp
index c242ad2..58f80f0 100644
--- a/src/x2goclient.cpp
+++ b/src/x2goclient.cpp
@@ -17,6 +17,7 @@
 ***************************************************************************/
 
 #include <iostream>
+#include <sys/types.h>
 #include <unistd.h>
 #include <cstring>
 #include <cerrno>

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list