diff options
author | msmith <msmith@FreeBSD.org> | 1998-11-03 23:44:49 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-11-03 23:44:49 +0000 |
commit | 6043fe80615da252f911cf467882f193d81b1595 (patch) | |
tree | b9977223fe13464a941f7d5ef050474fee7b5a5c /sys/boot/alpha | |
parent | d6ccde669813acbe659fed5461a943095931abed (diff) | |
download | FreeBSD-src-6043fe80615da252f911cf467882f193d81b1595.zip FreeBSD-src-6043fe80615da252f911cf467882f193d81b1595.tar.gz |
Include "bootstrap.h" to get a definition for bcache_devdata.
Submitted by: jkh
Diffstat (limited to 'sys/boot/alpha')
-rw-r--r-- | sys/boot/alpha/libalpha/srmdisk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/alpha/libalpha/srmdisk.c b/sys/boot/alpha/libalpha/srmdisk.c index f071e15..6b7d17b 100644 --- a/sys/boot/alpha/libalpha/srmdisk.c +++ b/sys/boot/alpha/libalpha/srmdisk.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: srmdisk.c,v 1.2 1998/10/31 17:12:32 dfr Exp $ + * $Id: srmdisk.c,v 1.3 1998/11/02 23:28:10 msmith Exp $ */ /* @@ -46,6 +46,7 @@ #include <machine/stdarg.h> #include <machine/prom.h> +#include "bootstrap.h" #include "libalpha.h" #define SRMDISK_SECSIZE 512 |