ports/benchmarks/sipp/files/patch-comp.h
Lars Thegler 4f018d7aa4 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 <jesper@jdn.dk>
Approved by:	erwin (mentor)
2004-06-18 07:33:47 +00:00

12 lines
246 B
C

--- 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 <sys/types.h>
+#endif
#include <sys/socket.h>
#ifdef __cplusplus