Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/stand/boot Include <sys/param.h> for howmany...



details:   https://anonhg.NetBSD.org/src/rev/cdba0807a248
branches:  trunk
changeset: 756314:cdba0807a248
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 11 17:09:27 2010 +0000

description:
Include <sys/param.h> for howmany() definition.
OK'ed by tsutsui@.

diffstat:

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

diffs (17 lines):

diff -r b7ea0e5a8864 -r cdba0807a248 sys/arch/cobalt/stand/boot/wd.c
--- a/sys/arch/cobalt/stand/boot/wd.c   Sun Jul 11 16:20:39 2010 +0000
+++ b/sys/arch/cobalt/stand/boot/wd.c   Sun Jul 11 17:09:27 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.12 2010/01/19 15:28:52 tsutsui Exp $  */
+/*     $NetBSD: wd.c,v 1.13 2010/07/11 17:09:27 he Exp $       */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -29,6 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/stdint.h>
 



Home | Main Index | Thread Index | Old Index