Fix compile error on solaris.
authorTrent Nelson <trent.a.b.nelson@gmail.com>
Tue, 28 Jun 2011 06:19:21 +0000 (02:19 -0400)
committerTrent Nelson <trent.a.b.nelson@gmail.com>
Wed, 29 Jun 2011 18:15:23 +0000 (14:15 -0400)
commitfc01d2a96189edc0c08fb1d757f83c63077b0516
tree04012d4216c9dbabbdae916fdb5b89c6934ece16
parent13283beb698ae90fba9248b25b487d7c79ddd440
Fix compile error on solaris.

Include sys/filio.h explicitly as solaris doesn't define BSD_COMP and
thus doesn't pull this header via sys/ioctl.h. Needed for FIONREAD.
configure.ac
lib/socket.c