Module Name:    src
Committed By:   uebayasi
Date:           Sun Nov 14 03:32:44 UTC 2010

Modified Files:
        src/sys/arch/powerpc/oea: ofw_consinit.c

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/oea/ofw_consinit.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/powerpc/oea/ofw_consinit.c
diff -u src/sys/arch/powerpc/oea/ofw_consinit.c:1.10 src/sys/arch/powerpc/oea/ofw_consinit.c:1.11
--- src/sys/arch/powerpc/oea/ofw_consinit.c:1.10	Sun Mar 14 10:03:49 2010
+++ src/sys/arch/powerpc/oea/ofw_consinit.c	Sun Nov 14 03:32:44 2010
@@ -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>

Reply via email to