diff options
author | Andriy Gapon <avg@FreeBSD.org> | 2013-07-28 18:44:17 +0000 |
---|---|---|
committer | Andriy Gapon <avg@FreeBSD.org> | 2013-07-28 18:44:17 +0000 |
commit | a29cc9a34bac9ea5146592493272585bdf8333e0 (patch) | |
tree | 4420aa26daa238558c6bb6511af95c82d7427921 /share/examples/perfmon | |
parent | c722ec3a5151fdba885b451d2a50a58f327ff994 (diff) |
Revert r253748,253749
This WIP should not have been committed yet.
Pointyhat to: avg
Notes
Notes:
svn path=/head/; revision=253750
Diffstat (limited to 'share/examples/perfmon')
-rw-r--r-- | share/examples/perfmon/perfmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c index 97283a22679a..edac9bd857aa 100644 --- a/share/examples/perfmon/perfmon.c +++ b/share/examples/perfmon/perfmon.c @@ -32,6 +32,7 @@ #include <sys/types.h> #include <sys/ioctl.h> +#include <machine/cpu.h> #include <machine/perfmon.h> #include <stdio.h> |