diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2005-04-14 05:25:40 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2005-04-14 05:25:40 +0000 |
| commit | 20984f2f04e9589f0dfb1e116e80eae090cae40f (patch) | |
| tree | 1ce6e5138f950225b25a9089e3475f4706dedc5a | |
| parent | e3e16e999862f539420381a93f482885e5e8118b (diff) | |
Notes
| -rw-r--r-- | sys/ddb/db_print.c | 1 | ||||
| -rw-r--r-- | sys/ddb/db_run.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 8f3f93d5500a..6cffd6d8b63a 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/kdb.h> +#include <sys/proc.h> #include <machine/pcb.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 6e466c3db3ad..18f9c0df7d26 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/kdb.h> +#include <sys/proc.h> #include <machine/kdb.h> #include <machine/pcb.h> |
