$NetBSD: patch-ab,v 1.2 2007/06/17 01:40:51 hubertf Exp $ --- base/pcap-snoop.c.orig 2002-09-09 23:02:58.000000000 +0200 +++ base/pcap-snoop.c @@ -49,7 +49,9 @@ static char *RCSSTRING="$Id: pcap-snoop. #include #include +#if !defined(__DragonFly__) && !defined(__APPLE__) #include +#endif #ifndef _WIN32 #include #endif