diff options
author | 2004-10-04 16:01:46 +0000 | |
---|---|---|
committer | 2004-10-04 16:01:46 +0000 | |
commit | 1bba82a81c0015672115cccf9644bba887e36391 (patch) | |
tree | 0f14f9322a2f17459d687d79f937372d70203ac6 | |
parent | Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@ (diff) | |
download | wireguard-openbsd-1bba82a81c0015672115cccf9644bba887e36391.tar.xz wireguard-openbsd-1bba82a81c0015672115cccf9644bba887e36391.zip |
need sys/param.h to compile
-rw-r--r-- | sys/net80211/ieee80211_compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_compat.c b/sys/net80211/ieee80211_compat.c index 636c95adc70..4962111e1fa 100644 --- a/sys/net80211/ieee80211_compat.c +++ b/sys/net80211/ieee80211_compat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_compat.c,v 1.2 2004/07/04 22:34:14 naddy Exp $ */ +/* $OpenBSD: ieee80211_compat.c,v 1.3 2004/10/04 16:01:46 mickey Exp $ */ /* $NetBSD: ieee80211_compat.c,v 1.3 2003/09/23 15:57:25 dyoung Exp $ */ /*- @@ -28,6 +28,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/param.h> #include <sys/socket.h> #include <sys/systm.h> #include <net/if.h> |