Skip to content

Commit

Permalink
Missing 'in6addr_any' in MingW's lib. ld bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Vanem committed Dec 12, 2004
1 parent fec571f commit 22a0c57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/server/sws.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
#define ECONNREFUSED WSAECONNREFUSED

static void win32_cleanup(void);

#if defined(ENABLE_IPV6) && defined(__MINGW32__)
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
#endif
#endif

/* include memdebug.h last */
Expand Down

0 comments on commit 22a0c57

Please sign in to comment.