Make sure we include <sys/socket.h> when checking for socklen_t
commit4d02d827fb36787f4a35b731b97d08ecddcb2950
authorH. Peter Anvin <hpa@zytor.com>
Tue, 9 Jan 2007 00:48:46 +0000 (8 16:48 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 9 Jan 2007 00:48:46 +0000 (8 16:48 -0800)
tree5f5d9a0bb05b183907eb63c278d3dc791d839b96
parent982c1f2697f6051be22dfaf9311c6ab3eae44f91
Make sure we include <sys/socket.h> when checking for socklen_t

socklen_t is often only defined when <sys/socket.h> is included, but this
is not autoconf default; make sure we include it first.
configure.in