From b418809da125bdd381ea3ac838d8a2bba5d3224b Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 24 Feb 2006 16:28:02 +0000 Subject: Wrong variable used for port. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@598 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/polypcore/winsock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/polypcore/winsock.h') diff --git a/src/polypcore/winsock.h b/src/polypcore/winsock.h index b1e0f7d4..89e6a4ed 100644 --- a/src/polypcore/winsock.h +++ b/src/polypcore/winsock.h @@ -18,6 +18,8 @@ #ifdef HAVE_WS2TCPIP_H #include +static const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }}; +static const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }}; #endif #endif -- cgit