Missing header for network struct, vital for FreeBSD.

This commit is contained in:
David Carlier 2020-01-04 11:42:35 +00:00
parent c8d0361837
commit 331fe8b5b6

View File

@ -38,6 +38,7 @@ extern "C"
#else
#include <netinet/in.h>
#include <arpa/inet.h>
#include <err.h>
#include <netdb.h>