From 19150ba4f87b68b4bee90b657affe9c3181a6a37 Mon Sep 17 00:00:00 2001 From: phk 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. --- usr.sbin/boot0cfg/boot0cfg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/boot0cfg') diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index 8dfd9b1..d2ad26b 100644 --- a/usr.sbin/boot0cfg/boot0cfg.c +++ b/usr.sbin/boot0cfg/boot0cfg.c @@ -31,6 +31,7 @@ static const char rcsid[] = #include #include +#include #include #include -- cgit v1.1