summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-27 09:35:37 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-03 14:17:23 +0200
commit63ded644beff3bb2501c3df640ca3af795b29e16 (patch)
tree449f5114dd157c6f85092639861c7e52ed4201cf
parent80fa7919b3a10bfd4c9c9f2da023f6ef294a1007 (diff)
libempathy: Fix build by adding missing math.h header
https://bugzilla.gnome.org/show_bug.cgi?id=699017
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 74770c15..b8f54baa 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -39,6 +39,8 @@
#include <extensions/extensions.h>
+#include <math.h>
+
#define DEBUG_FLAG EMPATHY_DEBUG_OTHER
#include "empathy-debug.h"