diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-02-18 17:10:47 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:36 +0800 |
commit | fab082af3506af7cc7ed093bd94043154db6dd8c (patch) | |
tree | 41570ca23b602c18c0df8cc91b69cf5fd9a0ddb2 /mail | |
parent | a5a7e478509f311306c3907b910adeb10c2b1925 (diff) | |
download | gsoc2013-evolution-fab082af3506af7cc7ed093bd94043154db6dd8c.tar.gz gsoc2013-evolution-fab082af3506af7cc7ed093bd94043154db6dd8c.tar.zst gsoc2013-evolution-fab082af3506af7cc7ed093bd94043154db6dd8c.zip |
Bug #642121 - Won't build with --with-clutter due missing include
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-notebook-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-notebook-view.c b/mail/e-mail-notebook-view.c index cf957c3fe0..8dc5730941 100644 --- a/mail/e-mail-notebook-view.c +++ b/mail/e-mail-notebook-view.c @@ -40,6 +40,7 @@ #include <clutter/clutter.h> #include <mx/mx.h> #include <clutter-gtk/clutter-gtk.h> +#include <math.h> #include "e-mail-tab-picker.h" #endif |