diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-10-07 15:26:10 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-10-07 15:26:10 +0000 |
| commit | 8b169303491836780976b035c329d2f1fa683538 (patch) | |
| tree | 6fd52c0c9281c4ae6ef4aa5c53b4bd223c8a5be8 | |
| parent | dfaf0d8cf1a67217f6fadb1a43483c7b9e110599 (diff) | |
Notes
| -rw-r--r-- | sys/boot/pc98/libpc98/biosdisk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/pc98/libpc98/biosdisk.c b/sys/boot/pc98/libpc98/biosdisk.c index 9b07f9f14ef41..ea36959536f04 100644 --- a/sys/boot/pc98/libpc98/biosdisk.c +++ b/sys/boot/pc98/libpc98/biosdisk.c @@ -40,6 +40,7 @@ #include <sys/disklabel.h> #include <sys/diskslice.h> +#include <sys/diskpc98.h> #include <sys/reboot.h> #include <stdarg.h> |
