Rößner-Network-Solutions

Skip to content

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

Christian Rößner requested to merge github/fork/dhke/master into master

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