aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-10-12 02:54:23 +0000
committerBruce Evans <bde@FreeBSD.org>1999-10-12 02:54:23 +0000
commit9e420850c6fa7d77a0ba22d71b101a76dadffa07 (patch)
tree264839a675af2fc868461e437221e6374862374e /sys/kern
parent28663e65ca963181076f2058838563527973ad6d (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_prof.c2
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>