diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-10-04 15:09:07 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-10-04 15:13:17 +0000 |
| commit | 89e5ef8917af900558c2d275f5d5c4c703520ead (patch) | |
| tree | abc68615c2aa2d7f292d03bac54ab45284e3a4f8 /sys/ddb | |
| parent | a58536b91ae3931d222c3e4f1a949ff4a4927fb2 (diff) | |
Diffstat (limited to 'sys/ddb')
| -rw-r--r-- | sys/ddb/db_sym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 8883d84fcace..43a0b5447479 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> #include <sys/pcpu.h> +#include <sys/proc.h> #include <sys/smp.h> #include <sys/sysent.h> |
