Rößner-Network-Solutions

Skip to content

#include <netinet/in.h> to improve portability, as sockaddr_in formally needs it.

Created by: dhke

sockaddr_in formally needs #include <netinet/in.h> not only #include <sys/socket.h> This also fixes a compile-time error on FreeBSD.

Merge request reports

Loading