Handle NetBSD in the same way as FreeBSD.

This commit is contained in:
Thomas Klausner 2010-10-09 11:04:37 +02:00
parent 8a4730b702
commit b71ba8c3f1

View File

@ -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>