Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/next68k/stand/boot make this compile (missing heade...



details:   https://anonhg.NetBSD.org/src/rev/ce95e9e23c6e
branches:  trunk
changeset: 794964:ce95e9e23c6e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 29 19:20:29 2014 +0000

description:
make this compile (missing header file)

diffstat:

 sys/arch/next68k/stand/boot/sd.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a214e072c437 -r ce95e9e23c6e sys/arch/next68k/stand/boot/sd.c
--- a/sys/arch/next68k/stand/boot/sd.c  Sat Mar 29 19:20:14 2014 +0000
+++ b/sys/arch/next68k/stand/boot/sd.c  Sat Mar 29 19:20:29 2014 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: sd.c,v 1.11 2009/03/18 16:00:13 cegger Exp $        */
+/*      $NetBSD: sd.c,v 1.12 2014/03/29 19:20:29 christos Exp $        */
 /*
  * Copyright (c) 1994 Rolf Grossmann
  * All rights reserved.
@@ -31,6 +31,7 @@
 
 #include <sys/param.h>
 #include <sys/disklabel.h>
+#include <sys/bootblock.h>
 #include <dev/scsipi/scsi_spc.h>
 #include <dev/scsipi/scsipi_all.h>
 #include <dev/scsipi/scsi_all.h>



Home | Main Index | Thread Index | Old Index