aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmccontrol
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-05-06 15:31:27 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-05-06 15:31:27 +0000
commit2953224e269071e67fec7c234a793eff81299904 (patch)
tree95100ac77cc46f3f25494b4fab0bb497ad58c5e7 /usr.sbin/pmccontrol
parent12fcf205a68df11699448145ba00183a28df0881 (diff)
Notes
Diffstat (limited to 'usr.sbin/pmccontrol')
-rw-r--r--usr.sbin/pmccontrol/pmccontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmccontrol/pmccontrol.c b/usr.sbin/pmccontrol/pmccontrol.c
index 67ed6cd46b4f..836025b926fc 100644
--- a/usr.sbin/pmccontrol/pmccontrol.c
+++ b/usr.sbin/pmccontrol/pmccontrol.c
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/queue.h>
#include <sys/cpuset.h>
#include <sys/sysctl.h>