diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-05 23:26:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-05 23:26:41 +0800 |
commit | ddd662f02c504c229fc1910c31785b35855652e3 (patch) | |
tree | 1c568107e34ccc9ff541a34a0e9ab53b1b7c5e07 | |
parent | 4bb09dac69435530045d91126ef1bc39ede601dc (diff) | |
download | gsoc2013-empathy-ddd662f02c504c229fc1910c31785b35855652e3.tar gsoc2013-empathy-ddd662f02c504c229fc1910c31785b35855652e3.tar.gz gsoc2013-empathy-ddd662f02c504c229fc1910c31785b35855652e3.tar.bz2 gsoc2013-empathy-ddd662f02c504c229fc1910c31785b35855652e3.tar.lz gsoc2013-empathy-ddd662f02c504c229fc1910c31785b35855652e3.tar.xz gsoc2013-empathy-ddd662f02c504c229fc1910c31785b35855652e3.tar.zst gsoc2013-empathy-ddd662f02c504c229fc1910c31785b35855652e3.zip |
log-window: include empathy-geometry.h
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 5694f1c4f..9fb4f145f 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -62,6 +62,7 @@ #include "empathy-theme-manager.h" #include "empathy-ui-utils.h" #include "empathy-webkit-utils.h" +#include "empathy-geometry.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include <libempathy/empathy-debug.h> |