diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-10-12 02:54:23 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-10-12 02:54:23 +0000 |
| commit | 9e420850c6fa7d77a0ba22d71b101a76dadffa07 (patch) | |
| tree | 264839a675af2fc868461e437221e6374862374e /sys/kern | |
| parent | 28663e65ca963181076f2058838563527973ad6d (diff) | |
Notes
Diffstat (limited to 'sys/kern')
| -rw-r--r-- | sys/kern/subr_prof.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index dc72ede202dc..ed9c0d8b77e3 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -37,8 +37,10 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> +#include <sys/kernel.h> #include <sys/proc.h> #include <sys/resourcevar.h> +#include <sys/sysctl.h> #include <machine/cpu.h> |
