# HG changeset patch # User Paul Aurich # Date 1267384649 0 # Node ID 5ffe7f1d4efa58c5da857442c2dd057ceca344ee # Parent 5d05940859faea088e501f3021dabcafdac25f9e Need to include math.h for ceil() diff -r 5d05940859fa -r 5ffe7f1d4efa libpurple/log.c --- 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 + static GSList *loggers = NULL; static PurpleLogLogger *html_logger;