From 63ded644beff3bb2501c3df640ca3af795b29e16 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 27 Apr 2013 09:35:37 +0200 Subject: libempathy: Fix build by adding missing math.h header https://bugzilla.gnome.org/show_bug.cgi?id=699017 --- libempathy/empathy-utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 74770c159..b8f54baa4 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -39,6 +39,8 @@ #include +#include + #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include "empathy-debug.h" -- cgit v1.2.3