git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20@909342 13f79535-47bb-0310-9956-ffa450edef68
@@ -113,6 +113,8 @@ Release 0.20.2 - 2010-2-10
HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon
via tomwhite)
+ MAPREDUCE-1251. c++ utils doesn't compile. (Eli Collins via tomwhite)
+
Release 0.20.1 - 2009-09-01
INCOMPATIBLE CHANGES
@@ -31,6 +31,8 @@
#include <string>
#endif
+#include <stdint.h>
namespace HadoopPipes {
/**
@@ -19,6 +19,7 @@
#define HADOOP_SERIAL_UTILS_HH
namespace HadoopUtils {