2009-03-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Fixed compiler warning
	* src/download_helper.cc
pull/1/head
Tatsuhiro Tsujikawa 2009-03-09 11:33:03 +00:00
parent bb3a55d080
commit ed6851636f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-03-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed compiler warning
* src/download_helper.cc
2009-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Throw exception if same infohash torrent is now downloading.

View File

@ -58,6 +58,7 @@
#include "File.h"
#include "Util.h"
#include "array_fun.h"
#include "OptionHandler.h"
namespace aria2 {