[next] telepathy-glib: Fix build warning in reentrant.c

Xavier Claessens xclaesse at kemper.freedesktop.org
Thu Sep 6 01:37:16 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 340ece65e565473e409ab6d351436e59d04cf7f6
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=340ece65e565473e409ab6d351436e59d04cf7f6

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Fri Aug 31 15:27:40 2012 +0200

Fix build warning in reentrant.c

Must include config.h otherwise GLIB_VERSION_MIN_REQUIRED is not defined
and GValueArray usage warns.

---

 telepathy-glib/reentrants.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/reentrants.c b/telepathy-glib/reentrants.c
index f6f9b9c..6304fd5 100644
--- a/telepathy-glib/reentrants.c
+++ b/telepathy-glib/reentrants.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include "telepathy-glib/interfaces.h"
 #include "telepathy-glib/reentrants.h"
 



More information about the telepathy-commits mailing list