mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add sys/socket.h #include for struct sockaddr_in
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
3816d068c8
commit
16f04beb8c
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@
|
|||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
static const char *path = "listen";
|
||||
|
||||
ATF_TC_WITH_CLEANUP(listen_err);
|
||||
|
|
|
|||
Loading…
Reference in a new issue