[X2Go-Commits] [libx2goclient] 14/44: src/test/sshtest.c: add locale.h header, needed for setlocale () and friends.
git-admin at x2go.org
git-admin at x2go.org
Fri Sep 18 01:55:38 CEST 2020
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 <ionic at 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
More information about the x2go-commits
mailing list