$NetBSD: patch-ab,v 1.6 2004/02/12 00:10:32 hubertf Exp $ --- iodev/eth_tap.cc.orig Thu Oct 2 13:33:41 2003 +++ iodev/eth_tap.cc @@ -100,7 +100,7 @@ #include #include #include -#if defined(__FreeBSD__) || defined(__APPLE__) // Should be fixed for other *BSD +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) // Should be fixed for other *BSD #include #else #include