Handle NetBSD in the same way as FreeBSD.
This commit is contained in:
parent
8a4730b702
commit
b71ba8c3f1
@ -41,7 +41,7 @@
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <poll.h>
|
||||
#ifdef FREEBSD
|
||||
#if defined(FREEBSD) || defined(NETBSD)
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user