Fixed compiler warning on opensolaris. * src/StringFormat.h * src/XORCloser.h
@@ -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>
#ifndef _D_XOR_CLOSER_H_
#define _D_XOR_CLOSER_H_
#include <cstdlib>
namespace aria2 {