diff options
-rw-r--r-- | sys/powerpc/mpc85xx/mpc85xx.c | 1 |
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> |