-
- Downloads
Include <sys/socket.h> for AF_INET
Compilation fails on FreeBSD because not all POSIX compliant systems end up including AF_INET from other header files transitively. AF_INET and AF_INET6 should be provided by <sys/socket.h>.
Loading
Please register or sign in to comment