mirror of https://github.com/aria2/aria2
2008-03-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added missing include files for MinGW * test/HttpHeaderProcessorTest.cc * test/DHTRoutingTableSerializerTest.cc * test/DHTRoutingTableDeserializerTest.cc * test/UriListParserTest.ccpull/1/head
parent
34df2cc416
commit
8dacfe45b8
|
@ -1,3 +1,11 @@
|
|||
2008-03-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Added missing include files for MinGW
|
||||
* test/HttpHeaderProcessorTest.cc
|
||||
* test/DHTRoutingTableSerializerTest.cc
|
||||
* test/DHTRoutingTableDeserializerTest.cc
|
||||
* test/UriListParserTest.cc
|
||||
|
||||
2008-03-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Now download line is printed nicely with no garbage at the end of
|
||||
|
|
|
@ -6,9 +6,10 @@
|
|||
#include "array_fun.h"
|
||||
#include "DHTConstants.h"
|
||||
#include "PeerMessageUtil.h"
|
||||
#include <arpa/inet.h>
|
||||
#include "a2netcompat.h"
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
namespace aria2 {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "array_fun.h"
|
||||
#include "DHTConstants.h"
|
||||
#include "PeerMessageUtil.h"
|
||||
#include <arpa/inet.h>
|
||||
#include "a2netcompat.h"
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "HttpHeader.h"
|
||||
#include "DlRetryEx.h"
|
||||
#include "DlAbortEx.h"
|
||||
#include <iostream>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
namespace aria2 {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <sstream>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <iterator>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue