diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-07-19 16:30:02 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-07-19 16:30:02 +0000 |
| commit | 75da303298ecb618d382eae18c62750bae35cc58 (patch) | |
| tree | d7f19ee12df7eb1ab5c8bdc674ec34f55a479073 /usr.sbin | |
| parent | bb6f2fd443dce640160890e51f4cce64f0bd8486 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/wlconfig/wlconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c index f6d7882459ab..77f0221fe83d 100644 --- a/usr.sbin/wlconfig/wlconfig.c +++ b/usr.sbin/wlconfig/wlconfig.c @@ -66,10 +66,10 @@ static const char rcsid[] = #include <sys/time.h> #include <machine/if_wl_wavelan.h> +#include <net/ethernet.h> #include <net/if.h> #include <netinet/in.h> #include <netinet/if_ether.h> -extern struct ether_addr *ether_aton(char *a); #include <err.h> #include <stdio.h> |
