diff options
Diffstat (limited to 'sys/i386/scsi/aic7xxx.c')
-rw-r--r-- | sys/i386/scsi/aic7xxx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c index 9f92e8f..781aad6 100644 --- a/sys/i386/scsi/aic7xxx.c +++ b/sys/i386/scsi/aic7xxx.c @@ -24,7 +24,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aic7xxx.c,v 1.47 1995/11/07 07:01:05 gibbs Exp $ + * $Id: aic7xxx.c,v 1.48 1995/12/06 23:51:37 bde Exp $ */ /* * TODO: @@ -45,6 +45,8 @@ #include <machine/clock.h> #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/pmap.h> #include <i386/scsi/aic7xxx.h> #include <i386/scsi/93cx6.h> |