diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-08 23:42:31 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-08 23:42:31 +0000 |
| commit | 1d5e9e2255b72657dba67926ac2c254fd2156698 (patch) | |
| tree | 13ea282d9bdb0c5cac926cf5b20b310b41db6e81 /sys/dev/ed | |
| parent | 89d224d4156fa88b8c9b8e1d88a679756b0fdd99 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 89a577f04610..3f72f969226f 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.128 1997/11/07 08:52:33 phk Exp $ + * $Id: if_ed.c,v 1.129 1997/11/20 15:48:27 nate Exp $ */ /* @@ -39,6 +39,7 @@ #include "ed.h" #include "bpfilter.h" +#include "opt_inet.h" #include <sys/param.h> #include <sys/systm.h> @@ -49,13 +50,14 @@ #include <sys/socket.h> #include <sys/syslog.h> +#include <net/ethernet.h> #include <net/if.h> +#include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_mib.h> #ifdef INET #include <netinet/in.h> -#include <netinet/if_ether.h> #endif #ifdef NS |
