diff options
author | peter <peter@FreeBSD.org> | 1997-05-25 04:04:20 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-05-25 04:04:20 +0000 |
commit | ed2cb31ed01a544915dc1e9a13edbc3a8f9e3cb6 (patch) | |
tree | 12bfeae7d750c3a4acbaad18a32850038f1b4644 /sys/dev/wl | |
parent | 7175017e0fa86c6281dfdbe530713c87907bdfe9 (diff) | |
download | FreeBSD-src-ed2cb31ed01a544915dc1e9a13edbc3a8f9e3cb6.zip FreeBSD-src-ed2cb31ed01a544915dc1e9a13edbc3a8f9e3cb6.tar.gz |
match the #include opt_ file with options.i386 (it has opt_wavelan.h)
Diffstat (limited to 'sys/dev/wl')
-rw-r--r-- | sys/dev/wl/if_wl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index 4634bf2..584ce10 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -157,7 +157,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include "wl.h" -#include "opt_wl.h" +#include "opt_wavelan.h" #include "bpfilter.h" #include <sys/param.h> |