diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-10-25 13:57:22 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-10-25 13:57:22 +0000 |
commit | 33307216f1cc17d57489a652e6df32383d7fa95f (patch) | |
tree | 2aed07fb7099df66bf75f0b3af37c9729747edec /sys | |
parent | 6c1978d873cc79b38a7df88c488cea6b14b93175 (diff) |
Ooops, forgot to add radio mtap includes.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/cardbus/if_malo_cardbus.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/cardbus/if_malo_cardbus.c b/sys/dev/cardbus/if_malo_cardbus.c index e1c0b7de636..b131ea69b64 100644 --- a/sys/dev/cardbus/if_malo_cardbus.c +++ b/sys/dev/cardbus/if_malo_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_malo_cardbus.c,v 1.2 2006/10/15 20:05:46 claudio Exp $ */ +/* $OpenBSD: if_malo_cardbus.c,v 1.3 2006/10/25 13:57:21 mglocker Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -16,6 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "bpfilter.h" + #include <sys/param.h> #include <sys/mbuf.h> #include <sys/socket.h> @@ -28,6 +30,7 @@ #include <netinet/if_ether.h> #include <net80211/ieee80211_var.h> +#include <net80211/ieee80211_radiotap.h> #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> |