提交 6c86bd9c authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 067afdf3
...@@ -44,6 +44,7 @@ int udns_inet_pton(int, const char *, void *); ...@@ -44,6 +44,7 @@ int udns_inet_pton(int, const char *, void *);
# include <iphlpapi.h> /* for dns server addresses etc */ # include <iphlpapi.h> /* for dns server addresses etc */
# undef HAVE_POLL # undef HAVE_POLL
#else #else
#define udns_inet_pton inet_pton
# include <sys/types.h> # include <sys/types.h>
# include <sys/socket.h> # include <sys/socket.h>
# include <netinet/in.h> # include <netinet/in.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论