From 129540b834a6e5e7ebbe771103c5eff1b888018d Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 11 Nov 2003 06:27:34 +0000 Subject: [PATCH] Include the definition of RB_BOOTINFO. The previous commit broke the world because it depended on namespace pollution that was only in my version of . The include was removed in rev.1.63 after the last reference to it went away in rev.1.61. --- sys/boot/i386/boot2/boot2.c | 2 ++ sys/boot/i386/gptboot/gptboot.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index 5d84f0d78d4..2f9971a731c 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -20,6 +20,8 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include + #include #include diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index 5d84f0d78d4..2f9971a731c 100644 --- a/sys/boot/i386/gptboot/gptboot.c +++ b/sys/boot/i386/gptboot/gptboot.c @@ -20,6 +20,8 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include + #include #include -- 2.45.2