Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2011 15:31:28 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r221534 - projects/largeSMP/usr.sbin/pmccontrol
Message-ID:  <201105061531.p46FVSd9054032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Fri May  6 15:31:27 2011
New Revision: 221534
URL: http://svn.freebsd.org/changeset/base/221534

Log:
  Fix breakage.
  
  Reported by:	sbruno

Modified:
  projects/largeSMP/usr.sbin/pmccontrol/pmccontrol.c

Modified: projects/largeSMP/usr.sbin/pmccontrol/pmccontrol.c
==============================================================================
--- projects/largeSMP/usr.sbin/pmccontrol/pmccontrol.c	Fri May  6 14:21:46 2011	(r221533)
+++ projects/largeSMP/usr.sbin/pmccontrol/pmccontrol.c	Fri May  6 15:31:27 2011	(r221534)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105061531.p46FVSd9054032>