Module Name: src
Committed By: thorpej
Date: Wed Jun 17 13:09:16 UTC 2020
Modified Files:
src/sys/dev/pci: pciconf.h
Log Message:
Explcitly include <sys/extent.h> here.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/pciconf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/pciconf.h
diff -u src/sys/dev/pci/pciconf.h:1.12 src/sys/dev/pci/pciconf.h:1.13
--- src/sys/dev/pci/pciconf.h:1.12 Sat Sep 8 05:02:41 2012
+++ src/sys/dev/pci/pciconf.h Wed Jun 17 13:09:16 2020
@@ -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