From 72a1098e21f5b7d797655afe7ddb275969a192bd Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 28 Jun 2006 16:46:49 +0000 Subject: Major improvements in PJSIP to support TCP. The changes fall into these categories: (1) the TCP transport implementation itself (*.[hc]), (2) bug-fix in SIP transaction when using reliable transports, (3) support for TCP transport in PJSUA-LIB/PJSUA, and (4) changes in PJSIP-TEST to support TCP testing. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@563 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pjsip/include/pjsip.h') diff --git a/pjsip/include/pjsip.h b/pjsip/include/pjsip.h index b7f2dd95..8da2d64c 100644 --- a/pjsip/include/pjsip.h +++ b/pjsip/include/pjsip.h @@ -39,6 +39,7 @@ #include #include #include +#include #include /* Authentication. */ -- cgit v1.2.3