fix non-windows build broken by msvc 9 fix.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6645 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-11 16:00:43 +00:00
parent 067afdf3d3
commit 6c86bd9cc3
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ int udns_inet_pton(int, const char *, void *);
# include <iphlpapi.h> /* for dns server addresses etc */
# undef HAVE_POLL
#else
#define udns_inet_pton inet_pton
# include <sys/types.h>
# include <sys/socket.h>
# include <netinet/in.h>