diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-02 17:42:04 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-02 17:42:04 +0800 |
commit | a78d8d059b02432444783fdd16eae177ff4627a5 (patch) | |
tree | 64f53cd85f6a018c667614e6ac7e158dc9bf7a77 /src/empathy-chat-window.h | |
parent | 6db49cc6901b36e551f9f228eb43ff4a646c540d (diff) | |
download | gsoc2013-empathy-a78d8d059b02432444783fdd16eae177ff4627a5.tar gsoc2013-empathy-a78d8d059b02432444783fdd16eae177ff4627a5.tar.gz gsoc2013-empathy-a78d8d059b02432444783fdd16eae177ff4627a5.tar.bz2 gsoc2013-empathy-a78d8d059b02432444783fdd16eae177ff4627a5.tar.lz gsoc2013-empathy-a78d8d059b02432444783fdd16eae177ff4627a5.tar.xz gsoc2013-empathy-a78d8d059b02432444783fdd16eae177ff4627a5.tar.zst gsoc2013-empathy-a78d8d059b02432444783fdd16eae177ff4627a5.zip |
Fix build errors EmpathyChatWindow, port to new API.
svn path=/trunk/; revision=846
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r-- | src/empathy-chat-window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index bf4cad27a..d44ae9f03 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -29,6 +29,7 @@ #define __EMPATHY_CHAT_WINDOW_H__ #include <glib-object.h> +#include <gtk/gtkwidget.h> #include <libmissioncontrol/mc-account.h> #include <libempathy-gtk/empathy-chat.h> |