Add FreeBSD support for netspeeds, entropy and ip components

This commit is contained in:
Michael Buch
2019-01-30 11:21:54 +00:00
committed by Aaron Marcher
parent b6d0bd2fe4
commit 86849d295b
3 changed files with 5 additions and 2 deletions

View File

@ -6,6 +6,9 @@
#if defined(__OpenBSD__)
#include <sys/types.h>
#include <sys/socket.h>
#elif defined(__FreeBSD__)
#include <netinet/in.h>
#include <sys/socket.h>
#endif
#include "../util.h"