Add sys/socket.h #include for bind(2), et al
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
3cca1cc887
commit
100236adc1
@ -36,6 +36,10 @@
|
||||
|
||||
#include <atf-c.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
ATF_TC(connect_low_port);
|
||||
ATF_TC_HEAD(connect_low_port, tc)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user