diff options
author | Stef Walter <stefw@gnome.org> | 2013-04-27 15:35:37 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-05-03 20:17:23 +0800 |
commit | 63ded644beff3bb2501c3df640ca3af795b29e16 (patch) | |
tree | 449f5114dd157c6f85092639861c7e52ed4201cf /libempathy | |
parent | 80fa7919b3a10bfd4c9c9f2da023f6ef294a1007 (diff) | |
download | gsoc2013-empathy-63ded644beff3bb2501c3df640ca3af795b29e16.tar gsoc2013-empathy-63ded644beff3bb2501c3df640ca3af795b29e16.tar.gz gsoc2013-empathy-63ded644beff3bb2501c3df640ca3af795b29e16.tar.bz2 gsoc2013-empathy-63ded644beff3bb2501c3df640ca3af795b29e16.tar.lz gsoc2013-empathy-63ded644beff3bb2501c3df640ca3af795b29e16.tar.xz gsoc2013-empathy-63ded644beff3bb2501c3df640ca3af795b29e16.tar.zst gsoc2013-empathy-63ded644beff3bb2501c3df640ca3af795b29e16.zip |
libempathy: Fix build by adding missing math.h header
https://bugzilla.gnome.org/show_bug.cgi?id=699017
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <extensions/extensions.h> +#include <math.h> + #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include "empathy-debug.h" |