Fix #213: sockaddr_in is undefined when compiling on FreeBSD
@ -79,6 +79,7 @@ extern "C" {
#include <netdb.h>
#include <stdint.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#endif