Author: nwhitehorn
Date: Mon Apr 23 15:47:07 2012
New Revision: 234609
URL: http://svn.freebsd.org/changeset/base/234609

Log:
  Fix missing header for powerpc_iomb().
  
  Pointy hat to:        me

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

Modified: head/sys/powerpc/mpc85xx/mpc85xx.c
==============================================================================
--- head/sys/powerpc/mpc85xx/mpc85xx.c  Mon Apr 23 14:44:18 2012        
(r234608)
+++ head/sys/powerpc/mpc85xx/mpc85xx.c  Mon Apr 23 15:47:07 2012        
(r234609)
@@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
+#include <machine/pio.h>
 #include <machine/spr.h>
 
 #include <powerpc/mpc85xx/mpc85xx.h>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to