From a06f98dc3b4d04ce352766adffbdf77cec5dfd7c Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Sat, 30 Aug 2014 08:48:24 +0000 Subject: Fix profiling (GPROF) build. --- sys/kern/subr_prof.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/kern') diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index ccef7c2aa22..eeeaa3e9cfc 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_prof.c,v 1.26 2014/07/08 17:19:25 deraadt Exp $ */ +/* $OpenBSD: subr_prof.c,v 1.27 2014/08/30 08:48:23 mpi Exp $ */ /* $NetBSD: subr_prof.c,v 1.12 1996/04/22 01:38:50 christos Exp $ */ /*- @@ -46,6 +46,8 @@ #include #include +#include + /* * Flag to prevent CPUs from executing the mcount() monitor function * until we're sure they are in a sane state. -- cgit v1.2.3