[Freeswitch-trunk] [commit] r12740 - in freeswitch/trunk/libs/sofia-sip: . libsofia-sip-ua/nta
FreeSWITCH SVN
mikej at freeswitch.org
Tue Mar 24 08:39:08 PDT 2009
Author: mikej
Date: Tue Mar 24 10:39:08 2009
New Revision: 12740
Log:
Thu Mar 5 13:09:53 CST 2009 Pekka Pessi <first.last at nokia.com>
* nta.c: #include <sofia-sip/htable.h> here
Ignore-this: bab8054edc65e3defbed6db325e1deba
Modified:
freeswitch/trunk/libs/sofia-sip/.update
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta_internal.h
Modified: freeswitch/trunk/libs/sofia-sip/.update
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/.update (original)
+++ freeswitch/trunk/libs/sofia-sip/.update Tue Mar 24 10:39:08 2009
@@ -1 +1 @@
-Tue Mar 24 10:37:37 CDT 2009
+Tue Mar 24 10:38:12 CDT 2009
Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c (original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c Tue Mar 24 10:39:08 2009
@@ -74,6 +74,7 @@
#include <sofia-sip/msg_addr.h>
#include <sofia-sip/msg_parser.h>
+#include <sofia-sip/htable.h>
/* Resolver context type */
#define SRES_CONTEXT_T nta_outgoing_t
Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta_internal.h
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta_internal.h (original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta_internal.h Tue Mar 24 10:39:08 2009
@@ -47,7 +47,6 @@
#if HAVE_SOFIA_SRESOLV
#include <sofia-sip/sresolv.h>
#endif
-#include <sofia-sip/htable.h>
typedef struct nta_compressor nta_compressor_t;
More information about the Freeswitch-trunk
mailing list