svn commit: r225877 - head/sys/powerpc/powerpc

Alexander Motin mav at FreeBSD.org
Thu Sep 29 15:12:59 UTC 2011


Author: mav
Date: Thu Sep 29 15:12:58 2011
New Revision: 225877
URL: http://svn.freebsd.org/changeset/base/225877

Log:
  Add header missed in r225875.
  
  MFC after:	3 days

Modified:
  head/sys/powerpc/powerpc/cpu.c

Modified: head/sys/powerpc/powerpc/cpu.c
==============================================================================
--- head/sys/powerpc/powerpc/cpu.c	Thu Sep 29 15:05:16 2011	(r225876)
+++ head/sys/powerpc/powerpc/cpu.c	Thu Sep 29 15:12:58 2011	(r225877)
@@ -65,6 +65,7 @@
 #include <sys/cpu.h>
 #include <sys/kernel.h>
 #include <sys/proc.h>
+#include <sys/sched.h>
 #include <sys/sysctl.h>
 
 #include <machine/bus.h>


More information about the svn-src-head mailing list