Module Name:    src
Committed By:   hannken
Date:           Fri Oct 18 15:00:15 UTC 2019

Modified Files:
        src/sys/arch/i386/pci: piixpcib.c

Log Message:
Add missing include -- kernel ALL/i386 compiles.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/i386/pci/piixpcib.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/i386/pci/piixpcib.c
diff -u src/sys/arch/i386/pci/piixpcib.c:1.23 src/sys/arch/i386/pci/piixpcib.c:1.24
--- src/sys/arch/i386/pci/piixpcib.c:1.23	Fri Oct 18 01:00:25 2019
+++ src/sys/arch/i386/pci/piixpcib.c	Fri Oct 18 15:00:15 2019
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: piixpcib.c,v
 
 #include <machine/frame.h>
 #include <machine/bioscall.h>
+#include <machine/bootinfo.h>
 
 #include <dev/pci/pcivar.h>
 #include <dev/pci/pcireg.h>

Reply via email to