diff options
Diffstat (limited to 'sys/ddb/db_print.c')
-rw-r--r-- | sys/ddb/db_print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 91c43f3..0dd550e 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_print.c,v 1.7 1995/05/30 07:57:06 rgrimes Exp $ + * $Id: db_print.c,v 1.8 1995/11/24 14:13:39 bde Exp $ */ /* @@ -37,6 +37,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> +#include <vm/vm_param.h> #include <ddb/ddb.h> |