From feedb92ed707c68df6f5f028c2df6ae488cae264 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 29 Mar 2010 14:39:09 +0000 Subject: [PATCH] 2010-03-29 Tatsuhiro Tsujikawa Fixed compile error with g++-4.4 on FreeBSD. * src/util.h --- ChangeLog | 5 +++++ src/util.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6af5d320..bba624f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-29 Tatsuhiro Tsujikawa + + Fixed compile error with g++-4.4 on FreeBSD. + * src/util.h + 2010-03-28 Tatsuhiro Tsujikawa Fixed the bug that added URI using aria2.changeUri XML-RPC method diff --git a/src/util.h b/src/util.h index fb1d167f..a139e407 100644 --- a/src/util.h +++ b/src/util.h @@ -39,6 +39,7 @@ #include +#include #include #include #include