[X2Go-Commits] [x2goserver] 02/08: x2goserver/x2gosqlitewrapper.c: fix implicit declaration of execv().
git-admin at x2go.org
git-admin at x2go.org
Wed Oct 11 08:17:34 CEST 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.
commit 5a74c4b382910b5657dd9ce6a728a188d19ef8e7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Oct 11 07:04:32 2017 +0200
x2goserver/x2gosqlitewrapper.c: fix implicit declaration of execv().
---
debian/changelog | 1 +
x2goserver/x2gosqlitewrapper.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e1964a7..69c22ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -102,6 +102,7 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium
- x2goserver/bin/x2goruncommand: stop exporting LD_LIBRARY_PATH when using
Arctica's nx-libs and its new Xinerama feature. Fixes: #1153.
- Make x2goruncommand aware of the LXQt desktop shell.
+ - x2goserver/x2gosqlitewrapper.c: fix implicit declaration of execv().
-- X2Go Release Manager <git-admin at x2go.org> Sun, 20 Nov 2016 12:54:13 +0100
diff --git a/x2goserver/x2gosqlitewrapper.c b/x2goserver/x2gosqlitewrapper.c
index ebcc171..a19f28f 100644
--- a/x2goserver/x2gosqlitewrapper.c
+++ b/x2goserver/x2gosqlitewrapper.c
@@ -21,6 +21,8 @@
*
*/
+#include <unistd.h>
+
int main( int argc, char *argv[] ) {
char x2gosqlitewrapper[] = TRUSTED_BINARY;
--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list