diff options
Diffstat (limited to 'sys/dev/ic/acx111.c')
-rw-r--r-- | sys/dev/ic/acx111.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/acx111.c b/sys/dev/ic/acx111.c index 34f95adf32c..1e275ea9f32 100644 --- a/sys/dev/ic/acx111.c +++ b/sys/dev/ic/acx111.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx111.c,v 1.6 2006/08/05 13:06:50 mglocker Exp $ */ +/* $OpenBSD: acx111.c,v 1.7 2006/08/06 13:03:03 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -69,6 +69,7 @@ #endif #include <net80211/ieee80211_var.h> +#include <net80211/ieee80211_radiotap.h> #include <dev/pci/pcireg.h> |