Module Name:    src
Committed By:   christos
Date:           Sat Mar 29 19:20:29 UTC 2014

Modified Files:
        src/sys/arch/next68k/stand/boot: sd.c

Log Message:
make this compile (missing header file)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/next68k/stand/boot/sd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/next68k/stand/boot/sd.c
diff -u src/sys/arch/next68k/stand/boot/sd.c:1.11 src/sys/arch/next68k/stand/boot/sd.c:1.12
--- src/sys/arch/next68k/stand/boot/sd.c:1.11	Wed Mar 18 12:00:13 2009
+++ src/sys/arch/next68k/stand/boot/sd.c	Sat Mar 29 15:20:29 2014
@@ -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>

Reply via email to