aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-04-10 17:54:47 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-04-10 17:54:47 +0800
commitaad54d87ec506eac48edea50bb64c4de91cbe72a (patch)
tree0c8f691edf6a53ee5fb05496b571d1303de68d10
parentac62fdf444bb350cd2a8d5932652080d4c788eeb (diff)
downloadgsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.tar
gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.tar.gz
gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.tar.bz2
gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.tar.lz
gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.tar.xz
gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.tar.zst
gsoc2013-empathy-aad54d87ec506eac48edea50bb64c4de91cbe72a.zip
empathy-utils: add missing math.h include
-rw-r--r--libempathy/empathy-utils.c1
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"