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/ddb/db_expr.c | |
| parent | 40b0c0d936b1fb9878b178e19028ab6a045fe8bc (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_expr.c')
| -rw-r--r-- | sys/ddb/db_expr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 4a919c25d2c9..ead501ea4353 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_expr.c,v 1.6 1995/11/24 14:13:34 bde Exp $ + * $Id: db_expr.c,v 1.7 1995/11/29 10:25:18 phk Exp $ */ /* @@ -33,6 +33,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> +#include <vm/vm_param.h> #include <ddb/ddb.h> #include <ddb/db_lex.h> #include <ddb/db_access.h> |
