summaryrefslogtreecommitdiff
path: root/tests/dbus
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-08 09:59:13 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-08 09:59:13 +0100
commitb3570e8e77cb890c62744dc62859c49a6bebd8aa (patch)
tree3b5d6be71ed7e2b178533c41b03388d7f1eb5314 /tests/dbus
parent3c76b3c7833675bf04e28575805da874f07bee51 (diff)
downloadtelepathy-glib-b3570e8e77cb890c62744dc62859c49a6bebd8aa.tar.gz
add missing config.h includes
g_type_init() has been deprecated in GLib master. By including config.h we avoid the deprecation warning as it contains GLib's versions macros.
Diffstat (limited to 'tests/dbus')
-rw-r--r--tests/dbus/call-channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dbus/call-channel.c b/tests/dbus/call-channel.c
index 7310c0ff1..4e12a056e 100644
--- a/tests/dbus/call-channel.c
+++ b/tests/dbus/call-channel.c
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include <telepathy-glib/telepathy-glib.h>
#include <telepathy-glib/proxy-subclass.h>