make ifaddrs.h expose sys/socket.h
authorRich Felker <dalias@aerifal.cx>
Thu, 11 Apr 2013 02:38:46 +0000 (22:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 11 Apr 2013 02:38:46 +0000 (22:38 -0400)
commit4ba3ebdcfeb7b5aa2dd5079e939514a634395124
tree057a5021e379f75bc1ae1de0ffb7907842ee72c2
parent9947ed5c2008ca7ec8461dbc0db8a2aacddcea6b
make ifaddrs.h expose sys/socket.h

the getifaddrs interface seems to have been invented by glibc, and
they expose socket.h, so for us not to do so is just gratuitous
incompatibility with the interface we're mimicing.
include/ifaddrs.h