diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-12-07 12:48:31 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-12-07 12:48:31 +0000 |
| commit | efeaf95a41820e4eb661a90cfb59a26e36575784 (patch) | |
| tree | 19b264d515a181824bd3abb5e342afa65102ff53 /sys/dev/dgb | |
| parent | 40b0c0d936b1fb9878b178e19028ab6a045fe8bc (diff) | |
Notes
Diffstat (limited to 'sys/dev/dgb')
| -rw-r--r-- | sys/dev/dgb/dgb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index fb46e283f264d..68499f84a1825 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.7 1995/11/29 14:39:06 julian Exp $ + * dgb.c $Id: dgb.c,v 1.8 1995/12/06 23:52:08 bde Exp $ * * Digiboard driver. * @@ -44,6 +44,8 @@ #include <machine/clock.h> #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/pmap.h> #include <i386/isa/isa.h> #include <i386/isa/isa_device.h> |
