summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-10-12 02:54:23 +0000
committerbde <bde@FreeBSD.org>1999-10-12 02:54:23 +0000
commit4250429d489cfdb9d33098348a4742d5ed05dca1 (patch)
tree264839a675af2fc868461e437221e6374862374e /sys/kern/subr_prof.c
parent1e2c48a5e2ddaa283baf360e620ccbd4c2522090 (diff)
downloadFreeBSD-src-4250429d489cfdb9d33098348a4742d5ed05dca1.zip
FreeBSD-src-4250429d489cfdb9d33098348a4742d5ed05dca1.tar.gz
Unremove used includes.
Bugs in test coverage should be fixed before removing any includes. LINT should be configured for full profiling support.
Diffstat (limited to 'sys/kern/subr_prof.c')
-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 dc72ede..ed9c0d8 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>
OpenPOWER on IntegriCloud