diff options
Diffstat (limited to 'sys/i386/isa/bt742a.c')
-rw-r--r-- | sys/i386/isa/bt742a.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c index a092cea..329ab87 100644 --- a/sys/i386/isa/bt742a.c +++ b/sys/i386/isa/bt742a.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt742a.c,v 1.44 1995/12/06 23:50:06 bde Exp $ + * $Id: bt742a.c,v 1.45 1995/12/07 09:13:48 peter Exp $ */ /* @@ -50,6 +50,8 @@ #include <machine/clock.h> #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/pmap.h> #include <i386/isa/isa_device.h> #include <scsi/scsi_all.h> |