summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlconfig/wlconfig.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-05-23 04:04:17 +0000
committermsmith <msmith@FreeBSD.org>1997-05-23 04:04:17 +0000
commitd2dfa44599d0d3db354343fd07a40d6b55711500 (patch)
tree14bf76dae4506bcf370d9029c24f6c3eb3c9cdbd /usr.sbin/wlconfig/wlconfig.c
parent20e26deb2a3bf924d5e361b78ec05f717f3b2319 (diff)
downloadFreeBSD-src-d2dfa44599d0d3db354343fd07a40d6b55711500.zip
FreeBSD-src-d2dfa44599d0d3db354343fd07a40d6b55711500.tar.gz
Make it build under 3.x
Submitted by: fsmp
Diffstat (limited to 'usr.sbin/wlconfig/wlconfig.c')
-rw-r--r--usr.sbin/wlconfig/wlconfig.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c
index 10771c9..b758d83 100644
--- a/usr.sbin/wlconfig/wlconfig.c
+++ b/usr.sbin/wlconfig/wlconfig.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: wlconfig.c,v 1.1.1.1 1997/05/22 08:58:18 msmith Exp $
*
*/
/*
@@ -60,9 +60,11 @@
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
+#include <sys/time.h>
#include <machine/if_wl_wavelan.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
extern struct ether_addr *ether_aton(char *a);
OpenPOWER on IntegriCloud