Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Explcitly include <sys/extent.h> here.



details:   https://anonhg.NetBSD.org/src/rev/307c96cb9f3b
branches:  trunk
changeset: 934734:307c96cb9f3b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 17 13:09:16 2020 +0000

description:
Explcitly include <sys/extent.h> here.

diffstat:

 sys/dev/pci/pciconf.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7c30d3434071 -r 307c96cb9f3b sys/dev/pci/pciconf.h
--- a/sys/dev/pci/pciconf.h     Wed Jun 17 09:11:13 2020 +0000
+++ b/sys/dev/pci/pciconf.h     Wed Jun 17 13:09:16 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciconf.h,v 1.12 2012/09/08 05:02:41 matt Exp $        */
+/*     $NetBSD: pciconf.h,v 1.13 2020/06/17 13:09:16 thorpej Exp $     */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -35,6 +35,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/extent.h>
+
 /*
  * args: pci_chipset_tag_t, io_extent, mem_extent, pmem_extent
  * where pmem_extent is "pre-fetchable" memory -- if NULL, mem_extent will



Home | Main Index | Thread Index | Old Index