diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-10-12 19:49:43 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-12 19:49:43 +0000 |
| commit | 4458ac71b1641eee26aa3883e5dcea6bb4429b2b (patch) | |
| tree | 715865e54cd9bdfcb3c50cf8433ebb6486247758 /sys/netinet/if_ether.c | |
| parent | bfcffdaf036dd820f25ab318f64af460a09b57f4 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/if_ether.c')
| -rw-r--r-- | sys/netinet/if_ether.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index d420c2715b71..1d85ace05152 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ether.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ether.c,v 1.32 1996/06/20 22:53:08 fenner Exp $ + * $Id: if_ether.c,v 1.33 1996/06/21 21:45:58 peter Exp $ */ /* @@ -47,6 +47,7 @@ #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/malloc.h> +#include <sys/socket.h> #include <sys/syslog.h> #include <net/if.h> |
