Author: andreast Date: Wed Dec 10 20:23:19 2014 New Revision: 275686 URL: https://svnweb.freebsd.org/changeset/base/275686
Log: Fix kernel build for booke. Modified: head/sys/powerpc/booke/trap.c Modified: head/sys/powerpc/booke/trap.c ============================================================================== --- head/sys/powerpc/booke/trap.c Wed Dec 10 19:24:42 2014 (r275685) +++ head/sys/powerpc/booke/trap.c Wed Dec 10 20:23:19 2014 (r275686) @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include <sys/syscall.h> #include <sys/sysent.h> #include <sys/systm.h> +#include <sys/kernel.h> #include <sys/uio.h> #include <sys/signalvar.h> #include <sys/vmmeter.h> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"