changeset 17970:baccbb0fc91d

Include math.h for round() function. May close #2281.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 26 Jul 2007 16:00:42 +0000
parents 8983b8340fdc
children 13a4f57f53a9
files libpurple/protocols/myspace/myspace.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sun Jul 22 07:31:32 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Thu Jul 26 16:00:42 2007 +0000
@@ -24,6 +24,7 @@
 #include <string.h>
 #include <errno.h>	/* for EAGAIN */
 #include <stdarg.h>
+#include <math.h>   /* for round() */
 
 #include <glib.h>