diff options
-rw-r--r-- | src/empathy.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c index c9abac2e8..fb4590fd8 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -44,6 +44,10 @@ #include <telepathy-glib/connection-manager.h> #include <telepathy-glib/interfaces.h> +#if HAVE_CALL + #include <telepathy-yell/telepathy-yell.h> +#endif + #include <telepathy-logger/log-manager.h> #include <libempathy/empathy-presence-manager.h> @@ -712,6 +716,8 @@ main (int argc, char *argv[]) gtk_clutter_init (&argc, &argv); #endif + tpy_cli_init (); + empathy_init (); gtk_init (&argc, &argv); empathy_gtk_init (); |