diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-01 23:33:32 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 21:13:12 +0800 |
commit | a1382ef236e65efb2443268d3ed406229e747381 (patch) | |
tree | 824e2213483055c97675dd7bec0022ecb88886db /src/empathy-account-assistant.h | |
parent | 1b1ba53e2b64a4e5b3f9e27a54b3b863f5be0d4a (diff) | |
download | gsoc2013-empathy-a1382ef236e65efb2443268d3ed406229e747381.tar gsoc2013-empathy-a1382ef236e65efb2443268d3ed406229e747381.tar.gz gsoc2013-empathy-a1382ef236e65efb2443268d3ed406229e747381.tar.bz2 gsoc2013-empathy-a1382ef236e65efb2443268d3ed406229e747381.tar.lz gsoc2013-empathy-a1382ef236e65efb2443268d3ed406229e747381.tar.xz gsoc2013-empathy-a1382ef236e65efb2443268d3ed406229e747381.tar.zst gsoc2013-empathy-a1382ef236e65efb2443268d3ed406229e747381.zip |
Add a first page to the assistant
Diffstat (limited to 'src/empathy-account-assistant.h')
-rw-r--r-- | src/empathy-account-assistant.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-account-assistant.h b/src/empathy-account-assistant.h index 03e99e265..64711e72f 100644 --- a/src/empathy-account-assistant.h +++ b/src/empathy-account-assistant.h @@ -24,6 +24,7 @@ #define __EMPATHY_ACCOUNT_ASSISTANT_H__ #include <glib-object.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |