diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-08 05:22:54 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-08 05:22:54 +0000 |
commit | 52ef7d812ed7f2dd57d3421e7c05881209d070da (patch) | |
tree | 3a56384a47c797c9cd99d7a492b1aa19ccf3af73 /benchmarks/dkftpbench/files/patch-Platoon.cc | |
parent | Update it to the lastest version of CVS, at 2007-07-07 in changelog. See in (diff) |
Fix build with gcc 4.2.
Reported by: pointyhat via pav
Diffstat (limited to '')
-rw-r--r-- | benchmarks/dkftpbench/files/patch-Platoon.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/dkftpbench/files/patch-Platoon.cc b/benchmarks/dkftpbench/files/patch-Platoon.cc new file mode 100644 index 000000000000..5d077e2e4e74 --- /dev/null +++ b/benchmarks/dkftpbench/files/patch-Platoon.cc @@ -0,0 +1,8 @@ +--- Platoon.cc.orig 2007-07-08 09:20:15.000000000 +0400 ++++ Platoon.cc 2007-07-08 09:20:35.000000000 +0400 +@@ -1,3 +1,5 @@ ++#include <assert.h> ++ + #include "Platoon.h" + #include "dprint.h" + |