diff options
author | novel <novel@FreeBSD.org> | 2007-07-08 13:22:54 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-07-08 13:22:54 +0800 |
commit | 7a9aa7b6c9d95561285064f216b173a1b2ccd333 (patch) | |
tree | 9ed7c09d29e579b482e6110266972b9a0d64ac65 /benchmarks/dkftpbench | |
parent | 1c469ef05a76fd3a3e07be8b926b2373e744269b (diff) | |
download | freebsd-ports-gnome-7a9aa7b6c9d95561285064f216b173a1b2ccd333.tar.gz freebsd-ports-gnome-7a9aa7b6c9d95561285064f216b173a1b2ccd333.tar.zst freebsd-ports-gnome-7a9aa7b6c9d95561285064f216b173a1b2ccd333.zip |
Fix build with gcc 4.2.
Reported by: pointyhat via pav
Diffstat (limited to 'benchmarks/dkftpbench')
-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" + |