diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-04-10 17:54:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-04-10 17:54:47 +0800 |
commit | aad54d87ec506eac48edea50bb64c4de91cbe72a (patch) | |
tree | 0c8f691edf6a53ee5fb05496b571d1303de68d10 | |
parent | ac62fdf444bb350cd2a8d5932652080d4c788eeb (diff) | |
download | gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.tar.gz gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.tar.zst gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.zip |
empathy-utils: add missing math.h include
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index c9eb5ca6f..55769ca40 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -31,6 +31,7 @@ #include <glib/gi18n-lib.h> #include <dbus/dbus-protocol.h> +#include <math.h> #include "empathy-client-factory.h" #include "empathy-presence-manager.h" |