diff libpurple/protocols/myspace/myspace.h @ 17971:13a4f57f53a9

Implement round() if it is not available, using floor(). May close #2281.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Fri, 27 Jul 2007 03:47:12 +0000
parents baccbb0fc91d
children 3d400b022acc
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Thu Jul 26 16:00:42 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Fri Jul 27 03:47:12 2007 +0000
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <errno.h>	/* for EAGAIN */
 #include <stdarg.h>
-#include <math.h>   /* for round() */
+#include <math.h>
 
 #include <glib.h>