From a713c4a5c33e404ecbb77b37fb319e1f2d041928 Mon Sep 17 00:00:00 2001 From: Attilio Rao Date: Wed, 18 May 2011 19:46:26 +0000 Subject: [PATCH] Fix compilation. Submitted by: andreast --- sys/powerpc/mpc85xx/openpic_fdt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/powerpc/mpc85xx/openpic_fdt.c b/sys/powerpc/mpc85xx/openpic_fdt.c index 7cf18eaaff9..1cd93695628 100644 --- a/sys/powerpc/mpc85xx/openpic_fdt.c +++ b/sys/powerpc/mpc85xx/openpic_fdt.c @@ -37,11 +37,12 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include +#include + #include "pic_if.h" static int openpic_fdt_probe(device_t);