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:
Michael Jerris 2007-12-11 10:15:58 +00:00
parent 5c19d7f5d1
commit ed82dd79bc
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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;