add missing header files for msvc 9 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6631 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5c19d7f5d1
commit
ed82dd79bc
|
@ -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 @@
|
||||||
#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 @@
|
||||||
|
|
||||||
#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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue