ipv6: fix detection under mingw
authorGiuseppe Scrivano <gscrivano@gnu.org>
Tue, 15 Jun 2010 14:56:42 +0000 (16:56 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 15 Jun 2010 21:30:48 +0000 (15:30 -0600)
commit62e2899de17bfac5d8feada51e9befb0ffb9774c
tree1800e7394da07da92cf22f3aedd092d0426f2319
parentfcdbbe0069c767a03f42f7615175ac03494de93a
ipv6: fix detection under mingw

this small patch fixes the detection of IPv6 under mingw.  The header
<ws2tcpip.h> is already used by <sys/socket.h>.

* m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Include <ws2tcpip.h> for struct
in6_addr.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
m4/sockpfaf.m4