Fix missing header for powerpc_iomb().

Pointy hat to:	me
This commit is contained in:
Nathan Whitehorn 2012-04-23 15:47:07 +00:00
parent 26621e1f06
commit 2a134f71d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234609

View file

@ -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>