changeset 29899:5ffe7f1d4efa

Need to include math.h for ceil()
author Paul Aurich <paul@darkrain42.org>
date Sun, 28 Feb 2010 19:17:29 +0000
parents 5d05940859fa
children 5802999803db
files libpurple/log.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/log.c	Sun Feb 28 19:15:03 2010 +0000
+++ b/libpurple/log.c	Sun Feb 28 19:17:29 2010 +0000
@@ -36,6 +36,8 @@
 #include "imgstore.h"
 #include "time.h"
 
+#include <math.h>
+
 static GSList *loggers = NULL;
 
 static PurpleLogLogger *html_logger;