summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2010-10-12 13:31:56 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2010-10-12 15:43:32 +0100
commit2fc6e063fc591f2eba6dc51678ad5c527d9d2e4c (patch)
tree8c738e9326804b80c0d82b8e821fc8d70834ba1a
parent16d4d59d32b4acd6d35d28fafc1cf4899d2fa27c (diff)
downloadtelepathy-mission-control-2fc6e063fc591f2eba6dc51678ad5c527d9d2e4c.tar.gz
Missing includes
-rw-r--r--test/account-store-default.h1
-rw-r--r--test/account-store-libaccounts.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/account-store-default.h b/test/account-store-default.h
index 7e0256d4..e72ebe66 100644
--- a/test/account-store-default.h
+++ b/test/account-store-default.h
@@ -23,6 +23,7 @@
#define _ACCOUNT_STORE_DEFAULT_H_
#include <glib.h>
+#include <glib-object.h>
gchar * default_get (const gchar *account,
const gchar *key);
diff --git a/test/account-store-libaccounts.c b/test/account-store-libaccounts.c
index 28dde961..13a2233b 100644
--- a/test/account-store-libaccounts.c
+++ b/test/account-store-libaccounts.c
@@ -23,6 +23,7 @@
#include <libaccounts-glib/ag-manager.h>
#include <libaccounts-glib/ag-account.h>
#include <glib.h>
+#include "account-store-libaccounts.h"
#define PARAM_PREFIX_MC "param-"
#define PARAM_PREFIX "parameters/"