Thu Mar 5 13:09:53 CST 2009 Pekka Pessi <first.last@nokia.com>
* nta.c: #include <sofia-sip/htable.h> here Ignore-this: bab8054edc65e3defbed6db325e1deba git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12740 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
93aa2e4ac7
commit
3c9cb00a4b
|
@ -1 +1 @@
|
||||||
Tue Mar 24 10:37:37 CDT 2009
|
Tue Mar 24 10:38:12 CDT 2009
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
|
|
||||||
#include <sofia-sip/msg_addr.h>
|
#include <sofia-sip/msg_addr.h>
|
||||||
#include <sofia-sip/msg_parser.h>
|
#include <sofia-sip/msg_parser.h>
|
||||||
|
#include <sofia-sip/htable.h>
|
||||||
|
|
||||||
/* Resolver context type */
|
/* Resolver context type */
|
||||||
#define SRES_CONTEXT_T nta_outgoing_t
|
#define SRES_CONTEXT_T nta_outgoing_t
|
||||||
|
|
|
@ -47,7 +47,6 @@ SOFIA_BEGIN_DECLS
|
||||||
#if HAVE_SOFIA_SRESOLV
|
#if HAVE_SOFIA_SRESOLV
|
||||||
#include <sofia-sip/sresolv.h>
|
#include <sofia-sip/sresolv.h>
|
||||||
#endif
|
#endif
|
||||||
#include <sofia-sip/htable.h>
|
|
||||||
|
|
||||||
typedef struct nta_compressor nta_compressor_t;
|
typedef struct nta_compressor nta_compressor_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue