diff options
author | markm <markm@FreeBSD.org> | 2002-03-01 18:43:15 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-03-01 18:43:15 +0000 |
commit | 23d1651a467ffeaadd348dc6a49aabdcf2e0dbb1 (patch) | |
tree | edca6769ca628451dd92bca687499e799bcdc0ef /share | |
parent | a43d1708d7b60b011202f9f973d7001a8af152d2 (diff) | |
download | FreeBSD-src-23d1651a467ffeaadd348dc6a49aabdcf2e0dbb1.zip FreeBSD-src-23d1651a467ffeaadd348dc6a49aabdcf2e0dbb1.tar.gz |
Fix required includes in accordance with recent source fixes.
Submitted by: bde
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/get_cyclecount.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/get_cyclecount.9 b/share/man/man9/get_cyclecount.9 index 50c954b..5bacf69 100644 --- a/share/man/man9/get_cyclecount.9 +++ b/share/man/man9/get_cyclecount.9 @@ -32,7 +32,7 @@ .Nd get the CPU's fast counter register contents .Sh SYNOPSIS .In sys/param.h -.In machine/cpufunc.h +.In sys/systm.h .In machine/cpu.h .Ft u_int64_t .Fn get_cyclecount "void" |