include if_ieee80211.h and if_wireg.h, don't know why that didn't work before

This commit is contained in:
Warner Losh 2002-06-24 06:20:35 +00:00
parent e0f50b853b
commit b769fbf50f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98726

View File

@ -48,8 +48,10 @@ static const char rcsid[] =
#include <net/if_var.h>
#include <net/ethernet.h>
#include <net/if_ieee80211.h>
#include <dev/wi/if_wavelan_ieee.h>
#include <dev/wi/wi_hostap.h>
#include <dev/wi/if_wireg.h>
#include <stdio.h>
#include <string.h>