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

git-admin at x2go.org git-admin at x2go.org
Sat Dec 31 01:34:13 CET 2016


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

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

commit d1909416c73fa2f192e5aacd8f2c59a52d72d91b
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 42cec1b..06bc244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       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.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/x2goclient.cpp b/src/x2goclient.cpp
index 44c41d3..1e92536 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