From 4f018d7aa4f78725cf7596224dfaef2be9d2926d Mon Sep 17 00:00:00 2001 From: Lars Thegler Date: Fri, 18 Jun 2004 07:33:47 +0000 Subject: Sipp is a performance test tool / traffic generator for the SIP protocol. It comes with a few basic SipStone user-agents scenarios (UAC & UAS), i establishing and releasing multiple calls with the INVITE and BYE methods. WWW: http://sipp.sourceforge.net/ PR: 68036 Submitted by: Jesper Dalberg Approved by: erwin (mentor) --- benchmarks/sipp/files/patch-comp.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 benchmarks/sipp/files/patch-comp.h (limited to 'benchmarks/sipp/files/patch-comp.h') diff --git a/benchmarks/sipp/files/patch-comp.h b/benchmarks/sipp/files/patch-comp.h new file mode 100644 index 000000000000..d96897196d6f --- /dev/null +++ b/benchmarks/sipp/files/patch-comp.h @@ -0,0 +1,12 @@ +--- comp.h.orig Thu Jun 17 08:32:56 2004 ++++ comp.h Thu Jun 17 08:33:04 2004 +@@ -19,6 +19,9 @@ + * From Hewlett Packard Company. + */ + ++#if __FreeBSD__ < 5 ++#include ++#endif + #include + + #ifdef __cplusplus -- cgit v1.2.3