svn commit: r275683 - head/sys/powerpc/aim

Andreas Tobler andreast at FreeBSD.org
Wed Dec 10 18:13:15 UTC 2014


Author: andreast
Date: Wed Dec 10 18:13:14 2014
New Revision: 275683
URL: https://svnweb.freebsd.org/changeset/base/275683

Log:
  Fix build for powerpc(32|64) kernels.

Modified:
  head/sys/powerpc/aim/trap.c

Modified: head/sys/powerpc/aim/trap.c
==============================================================================
--- head/sys/powerpc/aim/trap.c	Wed Dec 10 14:50:57 2014	(r275682)
+++ head/sys/powerpc/aim/trap.c	Wed Dec 10 18:13:14 2014	(r275683)
@@ -46,6 +46,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>


More information about the svn-src-head mailing list