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/4b45c4024468
branches: trunk
changeset: 973051:4b45c4024468
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 d120694f6638 -r 4b45c4024468 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