diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:14:34 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:14:34 +0800 |
commit | 3197e275ddde16bccc5227ca7ec78cee838b8f17 (patch) | |
tree | 9d78cd9846ac634760260628c83108f3ef1a78c5 /libempathy-gtk | |
parent | 2536537dd891f81ce5aab2e8b7fc2f33a7d54c77 (diff) | |
download | gsoc2013-empathy-3197e275ddde16bccc5227ca7ec78cee838b8f17.tar gsoc2013-empathy-3197e275ddde16bccc5227ca7ec78cee838b8f17.tar.gz gsoc2013-empathy-3197e275ddde16bccc5227ca7ec78cee838b8f17.tar.bz2 gsoc2013-empathy-3197e275ddde16bccc5227ca7ec78cee838b8f17.tar.lz gsoc2013-empathy-3197e275ddde16bccc5227ca7ec78cee838b8f17.tar.xz gsoc2013-empathy-3197e275ddde16bccc5227ca7ec78cee838b8f17.tar.zst gsoc2013-empathy-3197e275ddde16bccc5227ca7ec78cee838b8f17.zip |
Added missing GTK+ include header. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1749
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-ft-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ft-manager.h b/libempathy-gtk/empathy-ft-manager.h index 88234cdc0..15104c89c 100644 --- a/libempathy-gtk/empathy-ft-manager.h +++ b/libempathy-gtk/empathy-ft-manager.h @@ -21,6 +21,7 @@ #ifndef __EMPATHY_FT_MANAGER_H__ #define __EMPATHY_FT_MANAGER_H__ +#include <gtk/gtk.h> #include <glib-object.h> #include <glib.h> |