Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/pci Add missing include -- kernel ALL/i386 com...



details:   https://anonhg.NetBSD.org/src/rev/85180b647a49
branches:  trunk
changeset: 455491:85180b647a49
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Oct 18 15:00:15 2019 +0000

description:
Add missing include -- kernel ALL/i386 compiles.

diffstat:

 sys/arch/i386/pci/piixpcib.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c9536f8a8ab7 -r 85180b647a49 sys/arch/i386/pci/piixpcib.c
--- a/sys/arch/i386/pci/piixpcib.c      Fri Oct 18 14:59:22 2019 +0000
+++ b/sys/arch/i386/pci/piixpcib.c      Fri Oct 18 15:00:15 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: piixpcib.c,v 1.23 2019/10/18 01:00:25 manu Exp $ */
+/* $NetBSD: piixpcib.c,v 1.24 2019/10/18 15:00:15 hannken Exp $ */
 
 /*-
  * Copyright (c) 2004, 2006 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: piixpcib.c,v 1.23 2019/10/18 01:00:25 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: piixpcib.c,v 1.24 2019/10/18 15:00:15 hannken Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -47,6 +47,7 @@
 
 #include <machine/frame.h>
 #include <machine/bioscall.h>
+#include <machine/bootinfo.h>
 
 #include <dev/pci/pcivar.h>
 #include <dev/pci/pcireg.h>



Home | Main Index | Thread Index | Old Index