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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 27f6fa5d9f2360635465186ad30321ce72f88bd3
Author: Mihai Moldovan <io...@ionic.de>
Date:   Fri Jul 31 11:08:27 2020 +0200

    src/test/sshtest.c: add locale.h header, needed for setlocale () and 
friends.
    
    Fixes a compile error that was previously hidden by compiler
    optimizations.
---
 src/test/sshtest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/sshtest.c b/src/test/sshtest.c
index 21c23b1..1e5c21d 100644
--- a/src/test/sshtest.c
+++ b/src/test/sshtest.c
@@ -24,6 +24,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <locale.h>
 
 #include <libintl.h>
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/libx2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to