diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-11-14 18:35:10 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-11-14 18:35:10 +0000 |
| commit | 60f33f91c2eb7ae4c8c76c60e3b8ea8ba764b9b3 (patch) | |
| tree | cab2c24f5d55ac9c754f95b63e8dad2f1d8c8d5b /sys/dev/ic | |
| parent | 275539f03c6a6ae23b6c69ac9add441d0af7e287 (diff) | |
Pull in <uvm/uvm_extern.h>
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/isp_netbsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/isp_netbsd.h b/sys/dev/ic/isp_netbsd.h index d251e74593b..c47732c0083 100644 --- a/sys/dev/ic/isp_netbsd.h +++ b/sys/dev/ic/isp_netbsd.h @@ -1,4 +1,4 @@ -/* $NetBSD: isp_netbsd.h,v 1.30 2000/10/16 05:18:15 mjacob Exp $ */ +/* $NetBSD: isp_netbsd.h,v 1.31 2000/11/14 18:35:10 thorpej Exp $ */ /* * This driver, which is contained in NetBSD in the files: * @@ -73,6 +73,7 @@ #include <sys/proc.h> #include <sys/user.h> +#include <uvm/uvm_extern.h> #include <dev/scsipi/scsi_all.h> #include <dev/scsipi/scsipi_all.h> |
