[Freeswitch-svn] [commit] r6645 - freeswitch/trunk/libs/udns
Freeswitch SVN
mikej at freeswitch.org
Tue Dec 11 11:00:43 EST 2007
Author: mikej
Date: Tue Dec 11 11:00:43 2007
New Revision: 6645
Modified:
freeswitch/trunk/libs/udns/udns_resolver.c
Log:
fix non-windows build broken by msvc 9 fix.
Modified: freeswitch/trunk/libs/udns/udns_resolver.c
==============================================================================
--- freeswitch/trunk/libs/udns/udns_resolver.c (original)
+++ freeswitch/trunk/libs/udns/udns_resolver.c Tue Dec 11 11:00:43 2007
@@ -44,6 +44,7 @@
# 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>
More information about the Freeswitch-svn
mailing list