summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmccontrol
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-06 15:31:27 +0000
committerattilio <attilio@FreeBSD.org>2011-05-06 15:31:27 +0000
commita605037db4804f131a2612a33030d7863e23ae81 (patch)
tree95100ac77cc46f3f25494b4fab0bb497ad58c5e7 /usr.sbin/pmccontrol
parent67be81a4431c6880187d414c512a2f8414a9d2d0 (diff)
downloadFreeBSD-src-a605037db4804f131a2612a33030d7863e23ae81.zip
FreeBSD-src-a605037db4804f131a2612a33030d7863e23ae81.tar.gz
Fix breakage.
Reported by: sbruno
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 67ed6cd..836025b 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>
OpenPOWER on IntegriCloud