summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-07-08 05:22:54 +0000
committernovel <novel@FreeBSD.org>2007-07-08 05:22:54 +0000
commit7a9aa7b6c9d95561285064f216b173a1b2ccd333 (patch)
tree9ed7c09d29e579b482e6110266972b9a0d64ac65
parent1c469ef05a76fd3a3e07be8b926b2373e744269b (diff)
downloadFreeBSD-ports-7a9aa7b6c9d95561285064f216b173a1b2ccd333.zip
FreeBSD-ports-7a9aa7b6c9d95561285064f216b173a1b2ccd333.tar.gz
Fix build with gcc 4.2.
Reported by: pointyhat via pav
-rw-r--r--benchmarks/dkftpbench/files/patch-Platoon.cc8
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 0000000..5d077e2
--- /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"
+
OpenPOWER on IntegriCloud