diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-02-05 19:24:47 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:46:03 +0800 |
commit | b470c2894387a2156e4e576137611ba77d1fe5f5 (patch) | |
tree | 896ebd0cf920e8aa052ae44a6396af1851d601d0 /libempathy/empathy-ft-factory.h | |
parent | 8bea8f7c36646481454a3f5c0b5db6598ba006fd (diff) | |
download | gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.tar.gz gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.tar.zst gsoc2013-empathy-b470c2894387a2156e4e576137611ba77d1fe5f5.zip |
Implement hashing of the file. Make it compile.
Diffstat (limited to 'libempathy/empathy-ft-factory.h')
-rw-r--r-- | libempathy/empathy-ft-factory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h index 3f4f6b2b9..d838499f6 100644 --- a/libempathy/empathy-ft-factory.h +++ b/libempathy/empathy-ft-factory.h @@ -25,6 +25,10 @@ #define __EMPATHY_FT_FACTORY_H__ #include <glib-object.h> +#include <gio/gio.h> + +#include "empathy-contact.h" +#include "empathy-dispatch-operation.h" G_BEGIN_DECLS |