Fix missing header for powerpc_iomb().

Pointy hat to:	me
This commit is contained in:
nwhitehorn 2012-04-23 15:47:07 +00:00
parent 23f85e5a9c
commit ff8c08b546

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>