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

add missing header files for msvc 9 build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6631 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5c19d7f5
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <stdlib.h>
#define SU_ROOT_MAGIC_T struct stun_magic_t #define SU_ROOT_MAGIC_T struct stun_magic_t
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include "stun_internal.h" #include "stun_internal.h"
#include <string.h> #include <string.h>
#include <stdlib.h>
#include <assert.h> #include <assert.h>
#if HAVE_FUNC #if HAVE_FUNC
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <stdlib.h>
typedef struct stun_bound_s stun_bound_t; typedef struct stun_bound_s stun_bound_t;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论