diff options
| -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 */ |
