提交 72210971 authored 作者: Michael Jerris's avatar Michael Jerris

Mon Jun 29 04:13:42 CDT 2009 kai.k.samposalo@nokia.com

  * Symbian armv5 build fix


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14192 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 f0eb6c1c
Thu Jul 9 19:50:25 CDT 2009 Thu Jul 9 19:50:55 CDT 2009
...@@ -38,6 +38,10 @@ ...@@ -38,6 +38,10 @@
#include "config.h" #include "config.h"
#ifdef SYMBIAN
#include <e32def.h>
#endif
#ifndef __GLIB_H__ #ifndef __GLIB_H__
#include <glib.h> #include <glib.h>
#endif #endif
......
...@@ -128,6 +128,7 @@ extern "C" void *su_localinfo_ap_set(su_sockaddr_t *su, int *ifindex) ...@@ -128,6 +128,7 @@ extern "C" void *su_localinfo_ap_set(su_sockaddr_t *su, int *ifindex)
} }
sock.Close(); sock.Close();
return (void *) aConnection;
} }
......
...@@ -47,6 +47,7 @@ typedef union { ...@@ -47,6 +47,7 @@ typedef union {
#define SU_TIMER_QUEUE_T su_timer_heap_t #define SU_TIMER_QUEUE_T su_timer_heap_t
#include "sofia-sip/su.h" #include "sofia-sip/su.h"
#include "su_port.h"
#include "sofia-sip/su_wait.h" #include "sofia-sip/su_wait.h"
#include "sofia-sip/su_alloc.h" #include "sofia-sip/su_alloc.h"
#include "sofia-sip/rbtree.h" #include "sofia-sip/rbtree.h"
......
...@@ -138,9 +138,9 @@ libsofia-sip-ua-glib.mmp ...@@ -138,9 +138,9 @@ libsofia-sip-ua-glib.mmp
//torture_sip.mmp //torture_sip.mmp
//test_http.mmp //test_http.mmp
//test_soa.mmp //test_soa.mmp
test_tport.mmp //test_tport.mmp
//test_nua.mmp //test_nua.mmp
//test_nta.mmp //test_nta.mmp
su_source_test.mmp //su_source_test.mmp
// End of File // End of File
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论