Include BPF headers as necessary (feh, too many changes to try and

merge...)
This commit is contained in:
thorpej 2000-12-12 18:22:39 +00:00
parent bac5a05e92
commit 173c0bb9d7
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_atmsubr.c,v 1.23 2000/12/12 18:00:25 thorpej Exp $ */ /* $NetBSD: if_atmsubr.c,v 1.24 2000/12/12 18:22:39 thorpej Exp $ */
/* /*
* *
@ -63,6 +63,10 @@
#include <net/if_atm.h> #include <net/if_atm.h>
#include <net/ethertypes.h> /* XXX: for ETHERTYPE_* */ #include <net/ethertypes.h> /* XXX: for ETHERTYPE_* */
#if NBPFILTER > 0
#include <net/bpf.h>
#endif
#include <netinet/in.h> #include <netinet/in.h>
#include <netinet/if_atm.h> #include <netinet/if_atm.h>