Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/oea prop/proplib.h is indirectly used here, ...



details:   https://anonhg.NetBSD.org/src/rev/84196d941fa2
branches:  trunk
changeset: 758720:84196d941fa2
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Nov 14 03:32:44 2010 +0000

description:
prop/proplib.h is indirectly used here, include it.

XXX What is the conclusion about direct vs. indirect #include from headers?

diffstat:

 sys/arch/powerpc/oea/ofw_consinit.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 99358302e7de -r 84196d941fa2 sys/arch/powerpc/oea/ofw_consinit.c
--- a/sys/arch/powerpc/oea/ofw_consinit.c       Sun Nov 14 03:22:01 2010 +0000
+++ b/sys/arch/powerpc/oea/ofw_consinit.c       Sun Nov 14 03:32:44 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw_consinit.c,v 1.10 2010/03/14 10:03:49 kiyohara Exp $ */
+/* $NetBSD: ofw_consinit.c,v 1.11 2010/11/14 03:32:44 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,12 +30,14 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_consinit.c,v 1.10 2010/03/14 10:03:49 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_consinit.c,v 1.11 2010/11/14 03:32:44 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
 #include <sys/tty.h>
 
+#include <prop/proplib.h>
+
 #include <machine/autoconf.h>
 #include <machine/trap.h>
 #include <machine/bus.h>



Home | Main Index | Thread Index | Old Index