]> git.0d.be Git - empathy.git/commitdiff
libempathy: Fix build by adding missing math.h header
authorStef Walter <stefw@gnome.org>
Sat, 27 Apr 2013 07:35:37 +0000 (09:35 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 3 May 2013 12:17:23 +0000 (14:17 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=699017

libempathy/empathy-utils.c

index 74770c159142e265087d68b1ab1ddb8312e8d114..b8f54baa42177e626b7c91577a1de37ff3de19b6 100644 (file)
@@ -39,6 +39,8 @@
 
 #include <extensions/extensions.h>
 
+#include <math.h>
+
 #define DEBUG_FLAG EMPATHY_DEBUG_OTHER
 #include "empathy-debug.h"