Pull in <net/if{_ether,}.h> and a few others to get ETHER_MAX_LEN.

This commit is contained in:
scw 1999-03-28 18:08:55 +00:00
parent 4f36436461
commit cf2576d332
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ie.c,v 1.2 1999/03/25 23:13:08 thorpej Exp $ */
/* $NetBSD: if_ie.c,v 1.3 1999/03/28 18:08:55 scw Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@ -33,10 +33,14 @@
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <net/if.h>
#include <net/if_ether.h>
#define NTXBUF 1
#define NRXBUF 16
#define IE_RBUF_SIZE ETHER_MAX_LEN