diff options
Diffstat (limited to 'sys/i386/eisa/aha1742.c')
-rw-r--r-- | sys/i386/eisa/aha1742.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c index a61b909..583735e 100644 --- a/sys/i386/eisa/aha1742.c +++ b/sys/i386/eisa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aha1742.c,v 1.41 1995/11/29 10:12:28 phk Exp $ + * $Id: aha1742.c,v 1.42 1995/12/06 23:52:35 bde Exp $ */ #include <sys/types.h> @@ -32,6 +32,8 @@ #include <machine/clock.h> #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/pmap.h> #include <i386/eisa/eisaconf.h> #else |