diff options
author | phk <phk@FreeBSD.org> | 2000-10-14 08:34:27 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-10-14 08:34:27 +0000 |
commit | 449266673210896a2ce9363d3cec01399998327b (patch) | |
tree | 94bf393a2a135f10ca1a3d334ebc36b6be4211dc /sys/libkern | |
parent | 362242ba16eb4eb3419e1568f1a3e50e79d1a832 (diff) | |
download | FreeBSD-src-449266673210896a2ce9363d3cec01399998327b.zip FreeBSD-src-449266673210896a2ce9363d3cec01399998327b.tar.gz |
Fix compilation of profiled kernels by including <machine/lock.h>
Diffstat (limited to 'sys/libkern')
-rw-r--r-- | sys/libkern/mcount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/libkern/mcount.c b/sys/libkern/mcount.c index 7480ff3..ac9011d 100644 --- a/sys/libkern/mcount.c +++ b/sys/libkern/mcount.c @@ -46,6 +46,7 @@ void bintr __P((void)); void btrap __P((void)); void eintr __P((void)); void user __P((void)); +#include <machine/lock.h> #endif /* |