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/raidframe | |
| parent | 5364715a0e35f79cb225534d58c3aa54dacfa18b (diff) | |
Notes
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_types.h b/sys/dev/raidframe/rf_types.h index 3f388fc011688..25630eff3bf5a 100644 --- a/sys/dev/raidframe/rf_types.h +++ b/sys/dev/raidframe/rf_types.h @@ -64,8 +64,8 @@ */ #include <sys/types.h> +#include <sys/limits.h> #include <machine/endian.h> -#include <machine/limits.h> #if BYTE_ORDER == BIG_ENDIAN #define RF_IS_BIG_ENDIAN 1 |
