diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-01 07:24:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-01 07:24:55 +0000 |
| commit | 3bb24c35f2fbffed3f175dc2bc72bb2867ff1198 (patch) | |
| tree | 64a86680f5023850204fec859db473fd67342761 /sys/boot/i386/gptboot/gptboot.c | |
| parent | eade9db908e087a44b43c9adb7fd9754322c2813 (diff) | |
Notes
Diffstat (limited to 'sys/boot/i386/gptboot/gptboot.c')
| -rw-r--r-- | sys/boot/i386/gptboot/gptboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index ed1e91ef68ff..1739579ee63c 100644 --- a/sys/boot/i386/gptboot/gptboot.c +++ b/sys/boot/i386/gptboot/gptboot.c @@ -21,6 +21,7 @@ #include <sys/reboot.h> #include <sys/diskslice.h> #include <sys/disklabel.h> +#include <sys/diskmbr.h> #include <sys/dirent.h> #include <machine/bootinfo.h> #include <machine/elf.h> |
