This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 338dcf5ea80f0052a970ea17add2c22246f5845a Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 12 17:23:55 2019 +0200 src/x2goclient-object.c: add include guard. --- src/x2goclient-object.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/x2goclient-object.c b/src/x2goclient-object.c index 5e203b4..71f5c58 100644 --- a/src/x2goclient-object.c +++ b/src/x2goclient-object.c @@ -22,6 +22,9 @@ Boston, MA 02110-1301, USA. */ +#ifndef x2goclient_object_h +#define x2goclient_object_h + #include <glib.h> #include <glib/gi18n.h> @@ -31,3 +34,5 @@ #include "x2goclient.h" #include "x2goclient-object.h" + +#endif /* x2goclient_object_h */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git