diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-04-29 13:36:06 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-04-29 13:36:06 +0000 |
| commit | 104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16 (patch) | |
| tree | 9f5fdcd6775a2bfa21ddfc84568b82ecb2815a2b /sys/dev/ray | |
| parent | 5364715a0e35f79cb225534d58c3aa54dacfa18b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ray')
| -rw-r--r-- | sys/dev/ray/if_ray.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ray/if_ray.c b/sys/dev/ray/if_ray.c index daf897058906e..3ca2b5fed0590 100644 --- a/sys/dev/ray/if_ray.c +++ b/sys/dev/ray/if_ray.c @@ -243,6 +243,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/limits.h> #include <sys/malloc.h> #include <sys/kernel.h> @@ -263,8 +264,6 @@ #include <net/if_ieee80211.h> #include <net/if_llc.h> -#include <machine/limits.h> - #include <dev/pccard/pccardvar.h> #include "card_if.h" |
