From 3bb24c35f2fbffed3f175dc2bc72bb2867ff1198 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 1 Oct 2002 07:24:55 +0000 Subject: Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: Peter had repocopied sys/disklabel.h to sys/diskpc98.h and sys/diskmbr.h. These two new copies are still intact copies of disklabel.h and therefore protected by #ifndef _SYS_DISKLABEL_H_ so #including them in programs which already include is currently a no-op. This commit adds a number of such #includes. Once I have verified that I have fixed all the places which need fixing, I will commit the updated versions of the three #include files. Sponsored by: DARPA & NAI Labs. --- sys/boot/i386/boot2/boot2.c | 1 + sys/boot/i386/gptboot/gptboot.c | 1 + sys/boot/i386/libi386/biosdisk.c | 1 + 3 files changed, 3 insertions(+) (limited to 'sys/boot') diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index ed1e91ef68ff..1739579ee63c 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include 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 #include #include +#include #include #include #include diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c index ca4f7eaea262..886bcb9e83eb 100644 --- a/sys/boot/i386/libi386/biosdisk.c +++ b/sys/boot/i386/libi386/biosdisk.c @@ -40,6 +40,7 @@ #include #include +#include #include #include -- cgit v1.2.3