From c08433fb154e349f5f75e1fa0d666cab3c48c585 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 26 Sep 2013 20:25:37 +0100 Subject: [PATCH 05/11] dbus-account-plugin: include more telepathy-glib headers On the "next" branch it will stop getting these as a side-effect of something else. --- tests/twisted/dbus-account-plugin.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/twisted/dbus-account-plugin.c b/tests/twisted/dbus-account-plugin.c index 9d8850e..e44e32c 100644 --- a/tests/twisted/dbus-account-plugin.c +++ b/tests/twisted/dbus-account-plugin.c @@ -23,6 +23,9 @@ #include "config.h" #include "dbus-account-plugin.h" +#include +#include + #define DEBUG(format, ...) g_debug ("%s: " format, G_STRFUNC, ##__VA_ARGS__) #define TESTDOT "org.freedesktop.Telepathy.Test." -- 1.8.4.rc3