diff --git a/ChangeLog b/ChangeLog index 64347b136..e94ae4e2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-03-13 Tatsuhiro Tsujikawa + + Added missing include files for MinGW + * test/HttpHeaderProcessorTest.cc + * test/DHTRoutingTableSerializerTest.cc + * test/DHTRoutingTableDeserializerTest.cc + * test/UriListParserTest.cc + 2008-03-12 Tatsuhiro Tsujikawa Now download line is printed nicely with no garbage at the end of diff --git a/test/DHTRoutingTableDeserializerTest.cc b/test/DHTRoutingTableDeserializerTest.cc index 2bfc69e42..f48df545d 100644 --- a/test/DHTRoutingTableDeserializerTest.cc +++ b/test/DHTRoutingTableDeserializerTest.cc @@ -6,9 +6,10 @@ #include "array_fun.h" #include "DHTConstants.h" #include "PeerMessageUtil.h" -#include +#include "a2netcompat.h" #include #include +#include #include namespace aria2 { diff --git a/test/DHTRoutingTableSerializerTest.cc b/test/DHTRoutingTableSerializerTest.cc index 36eeca8e8..a745c8e3b 100644 --- a/test/DHTRoutingTableSerializerTest.cc +++ b/test/DHTRoutingTableSerializerTest.cc @@ -5,7 +5,7 @@ #include "array_fun.h" #include "DHTConstants.h" #include "PeerMessageUtil.h" -#include +#include "a2netcompat.h" #include #include #include diff --git a/test/HttpHeaderProcessorTest.cc b/test/HttpHeaderProcessorTest.cc index 5b85570c1..4f359e448 100644 --- a/test/HttpHeaderProcessorTest.cc +++ b/test/HttpHeaderProcessorTest.cc @@ -2,6 +2,7 @@ #include "HttpHeader.h" #include "DlRetryEx.h" #include "DlAbortEx.h" +#include #include namespace aria2 { diff --git a/test/UriListParserTest.cc b/test/UriListParserTest.cc index 08c8c6fa9..7c7f4a753 100644 --- a/test/UriListParserTest.cc +++ b/test/UriListParserTest.cc @@ -4,6 +4,7 @@ #include #include #include +#include #include #include