mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
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)
12 lines
246 B
C
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
|