msvc 9 build tweak.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6626 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-11 09:52:42 +00:00
parent 952756ab28
commit 673ce5afba
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
#include "apr_network_io.h"
#include "apr_general.h"
#include "apr_poll.h"
#ifdef _MSC_VER
#undef MCAST_JOIN_SOURCE_GROUP
#endif
typedef struct sock_userdata_t sock_userdata_t;
struct sock_userdata_t {