From 06b666b2f412ef4f97880458ea76355abd8c76cd Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 27 Sep 2013 14:16:01 +0200 Subject: 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 + 6 files changed, 6 insertions(+) (limited to 'telepathy-logger') 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" -- cgit v1.2.1