mirror of https://github.com/aria2/aria2
2010-04-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed compiler warning on opensolaris. * src/StringFormat.h * src/XORCloser.hpull/1/head
parent
a02c6238bf
commit
504d25bf1f
|
@ -1,3 +1,9 @@
|
|||
2010-04-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed compiler warning on opensolaris.
|
||||
* src/StringFormat.h
|
||||
* src/XORCloser.h
|
||||
|
||||
2010-04-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated doc
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
#ifndef _D_STRING_FORMAT_H_
|
||||
#define _D_STRING_FORMAT_H_
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#include <string>
|
||||
#include <iosfwd>
|
||||
#include <cstdarg>
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
#ifndef _D_XOR_CLOSER_H_
|
||||
#define _D_XOR_CLOSER_H_
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
namespace aria2 {
|
||||
|
|
Loading…
Reference in New Issue