Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand/ofwboot more missing includes



details:   https://anonhg.NetBSD.org/src/rev/32f3d2f2a770
branches:  trunk
changeset: 765205:32f3d2f2a770
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 21 15:10:34 2011 +0000

description:
more missing includes

diffstat:

 sys/arch/sparc/stand/ofwboot/net.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b4b7dabb6086 -r 32f3d2f2a770 sys/arch/sparc/stand/ofwboot/net.c
--- a/sys/arch/sparc/stand/ofwboot/net.c        Sat May 21 14:49:35 2011 +0000
+++ b/sys/arch/sparc/stand/ofwboot/net.c        Sat May 21 15:10:34 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net.c,v 1.5 2009/05/07 00:01:31 roy Exp $      */
+/*     $NetBSD: net.c,v 1.6 2011/05/21 15:10:34 christos Exp $ */
 
 /*
  * Copyright (C) 1995 Wolfgang Solfrank.
@@ -60,6 +60,8 @@
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
 #include <lib/libsa/netif.h>
+#include <lib/libsa/bootparam.h>
+#include <lib/libsa/nfs.h>
 
 #include <lib/libkern/libkern.h>
 



Home | Main Index | Thread Index | Old Index