$NetBSD: patch-ah,v 1.1.1.1 2002/08/27 08:07:07 seb Exp $ --- emulate/arp.cc.orig Thu Nov 9 17:42:23 2000 +++ emulate/arp.cc @@ -37,4 +37,6 @@ static const char rcsid[] = #endif +#include "config.h" + #include "object.h" #include "packet.h" @@ -44,9 +46,15 @@ static const char rcsid[] = #include #include +#ifdef HAVE_NETINET_IN_H #include +#endif #include #include +#ifdef HAVE_NET_IF_H #include +#endif +#ifdef HAVE_NET_ETHERNET_H #include +#endif #include #include