summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2012-04-23 15:47:07 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2012-04-23 15:47:07 +0000
commitff8c08b54650ce41add17ae9fd2314904ddd128b (patch)
tree2e03e950409da5e1e6616dbcc2202e05adbefe73
parent23f85e5a9c7b287e052594566499fff342229e0e (diff)
downloadFreeBSD-src-ff8c08b54650ce41add17ae9fd2314904ddd128b.zip
FreeBSD-src-ff8c08b54650ce41add17ae9fd2314904ddd128b.tar.gz
Fix missing header for powerpc_iomb().
Pointy hat to: me
-rw-r--r--sys/powerpc/mpc85xx/mpc85xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/mpc85xx/mpc85xx.c b/sys/powerpc/mpc85xx/mpc85xx.c
index 27eb7ca..e62f952 100644
--- a/sys/powerpc/mpc85xx/mpc85xx.c
+++ b/sys/powerpc/mpc85xx/mpc85xx.c
@@ -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>
OpenPOWER on IntegriCloud