comparison libpurple/protocols/myspace/myspace.h @ 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
comparison
equal deleted inserted replaced
17969:8983b8340fdc 17970:baccbb0fc91d
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 28
28 #include <glib.h> 29 #include <glib.h>
29 30
30 #ifdef _WIN32 31 #ifdef _WIN32
31 #include "win32dep.h" 32 #include "win32dep.h"