diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-07-16 14:39:52 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-07-16 14:39:52 +0000 |
| commit | a79f8552fb512b6bae7648603708b4fd57e8784c (patch) | |
| tree | 6a75130e4698289b4be85fe6a14de07b0aa8f1fd | |
| parent | 5d4a0e12cac792a23a7f36c5728cc73b5723c804 (diff) | |
Notes
| -rw-r--r-- | sys/boot/pc98/boot2/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/boot.h b/sys/boot/pc98/boot2/boot.h index dbd90e40eedc..2beba6a7ce52 100644 --- a/sys/boot/pc98/boot2/boot.h +++ b/sys/boot/pc98/boot2/boot.h @@ -31,9 +31,9 @@ #include <sys/disklabel.h> #include <sys/time.h> -#include <ufs/ffs/fs.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> +#include <ufs/ffs/fs.h> #define RB_DUAL 0x40000 /* XXX */ #define RB_PROBEKBD 0x80000 /* XXX */ |
