From 06b666b2f412ef4f97880458ea76355abd8c76cd Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 27 Sep 2013 14:16:01 +0200 Subject: [PATCH 1/4] include telepathy-glib-dbus.h Not needed for now but will be for 1.0 --- telepathy-logger/call-channel.c | 1 + telepathy-logger/client-factory-internal.h | 1 + telepathy-logger/log-manager.c | 1 + telepathy-logger/log-store-sqlite.c | 1 + telepathy-logger/log-store-xml.c | 1 + telepathy-logger/text-channel.c | 1 + tests/dbus/test-tpl-log-iter-pidgin.c | 1 + tests/dbus/test-tpl-log-iter-xml.c | 1 + tests/dbus/test-tpl-log-walker.c | 1 + 9 files changed, 9 insertions(+) diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c index f8e57c0..7dcd6e6 100644 --- a/telepathy-logger/call-channel.c +++ b/telepathy-logger/call-channel.c @@ -23,6 +23,7 @@ #include #include +#include #include "call-event.h" #include "call-event-internal.h" diff --git a/telepathy-logger/client-factory-internal.h b/telepathy-logger/client-factory-internal.h index a9e9337..aa21158 100644 --- a/telepathy-logger/client-factory-internal.h +++ b/telepathy-logger/client-factory-internal.h @@ -22,6 +22,7 @@ #define __TPL_CLIENT_FACTORY_H__ #include +#include typedef struct _TplClientFactory TplClientFactory; typedef struct _TplClientFactoryClass TplClientFactoryClass; diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c index 64ffca7..49bc6db 100644 --- a/telepathy-logger/log-manager.c +++ b/telepathy-logger/log-manager.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include diff --git a/telepathy-logger/log-store-sqlite.c b/telepathy-logger/log-store-sqlite.c index 6d7b166..bd86340 100644 --- a/telepathy-logger/log-store-sqlite.c +++ b/telepathy-logger/log-store-sqlite.c @@ -26,6 +26,7 @@ #include #include +#include #include #include "event-internal.h" diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c index b869cc4..b5d234c 100644 --- a/telepathy-logger/log-store-xml.c +++ b/telepathy-logger/log-store-xml.c @@ -35,6 +35,7 @@ #include #include +#include #include "telepathy-logger/call-event.h" #include "telepathy-logger/call-event-internal.h" diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c index edfea1d..7402eb3 100644 --- a/telepathy-logger/text-channel.c +++ b/telepathy-logger/text-channel.c @@ -24,6 +24,7 @@ #include #include +#include #include "action-chain-internal.h" #include "entity-internal.h" diff --git a/tests/dbus/test-tpl-log-iter-pidgin.c b/tests/dbus/test-tpl-log-iter-pidgin.c index 1859057..5bff6d8 100644 --- a/tests/dbus/test-tpl-log-iter-pidgin.c +++ b/tests/dbus/test-tpl-log-iter-pidgin.c @@ -10,6 +10,7 @@ #include "telepathy-logger/text-event.h" #include +#include #include #define DEBUG_FLAG TPL_DEBUG_TESTSUITE diff --git a/tests/dbus/test-tpl-log-iter-xml.c b/tests/dbus/test-tpl-log-iter-xml.c index 95285f1..a8f865d 100644 --- a/tests/dbus/test-tpl-log-iter-xml.c +++ b/tests/dbus/test-tpl-log-iter-xml.c @@ -11,6 +11,7 @@ #include "telepathy-logger/text-event.h" #include +#include #include #define DEBUG_FLAG TPL_DEBUG_TESTSUITE diff --git a/tests/dbus/test-tpl-log-walker.c b/tests/dbus/test-tpl-log-walker.c index d6e5380..d8b5b9f 100644 --- a/tests/dbus/test-tpl-log-walker.c +++ b/tests/dbus/test-tpl-log-walker.c @@ -11,6 +11,7 @@ #include "telepathy-logger/text-event.h" #include +#include #include #define DEBUG_FLAG TPL_DEBUG_TESTSUITE -- 1.8.3.1