2010-04-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Fixed compiler warning on opensolaris.
	* src/StringFormat.h
	* src/XORCloser.h
pull/1/head
Tatsuhiro Tsujikawa 2010-04-27 14:58:59 +00:00
parent a02c6238bf
commit 504d25bf1f
3 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -35,6 +35,8 @@
#ifndef _D_STRING_FORMAT_H_
#define _D_STRING_FORMAT_H_
#include "common.h"
#include <string>
#include <iosfwd>
#include <cstdarg>

View File

@ -35,6 +35,8 @@
#ifndef _D_XOR_CLOSER_H_
#define _D_XOR_CLOSER_H_
#include "common.h"
#include <cstdlib>
namespace aria2 {