diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2022-10-03 17:51:22 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2022-10-03 17:51:22 +0000 |
| commit | 6f8a182b15c4c14cfb9462b806a928ddaf47c87e (patch) | |
| tree | e0353a223e41e293b7810c86ec14fc2679552b7a /sys/ddb | |
| parent | 0924ae8f47ae7095a048843e588a81a12787a819 (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 3fdf80a76ae6..8883d84fcace 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include "opt_kstack_pages.h" #include <sys/param.h> +#include <sys/systm.h> #include <sys/pcpu.h> #include <sys/smp.h> #include <sys/sysent.h> |
