$NetBSD: patch-ai,v 1.1.1.1 2002/08/27 08:07:07 seb Exp $ --- emulate/ether.cc.orig Tue Feb 8 23:35:12 2000 +++ emulate/ether.cc @@ -39,4 +39,7 @@ static const char rcsid[] = #endif #endif + +#include "config.h" + #include #include @@ -44,7 +47,17 @@ static const char rcsid[] = #include #include +#ifdef HAVE_NETINET_IN_H +#include +#endif +#ifdef HAVE_NET_IF_H +#include +#endif +#ifdef HAVE_NET_ETHERNET_H #include +#endif +#ifdef HAVE_NETINET_IF_ETHER_H +#include +#endif -#include "config.h" #include "ether.h"