comparison 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
comparison
equal deleted inserted replaced
17970:baccbb0fc91d 17971:13a4f57f53a9
22 22
23 /* Other includes */ 23 /* Other includes */
24 #include <string.h> 24 #include <string.h>
25 #include <errno.h> /* for EAGAIN */ 25 #include <errno.h> /* for EAGAIN */
26 #include <stdarg.h> 26 #include <stdarg.h>
27 #include <math.h> /* for round() */ 27 #include <math.h>
28 28
29 #include <glib.h> 29 #include <glib.h>
30 30
31 #ifdef _WIN32 31 #ifdef _WIN32
32 #include "win32dep.h" 32 #include "win32dep.h"