diff options
-rw-r--r-- | usr.sbin/wlconfig/wlconfig.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c index 696c089..51153f9 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: wlconfig.c,v 1.2 1997/05/23 21:46:50 trost Exp $ + * $Id: wlconfig.c,v 1.3 1997/08/01 03:50:23 msmith Exp $ * */ /* @@ -64,7 +64,9 @@ #include <machine/if_wl_wavelan.h> #include <net/if.h> +#if __FreeBSD__ >= 3 #include <net/if_var.h> +#endif #include <netinet/in.h> #include <netinet/if_ether.h> extern struct ether_addr *ether_aton(char *a); |