Author: kib Date: Sun Dec 4 13:53:06 2016 New Revision: 309529 URL: https://svnweb.freebsd.org/changeset/base/309529
Log: Add sys/systm.h to have critical_enter() defined, required by machine/counter.h on i386. This is a direct commit to stable/10. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/cxgbe/t4_vf.c Modified: stable/10/sys/dev/cxgbe/t4_vf.c ============================================================================== --- stable/10/sys/dev/cxgbe/t4_vf.c Sun Dec 4 05:55:18 2016 (r309528) +++ stable/10/sys/dev/cxgbe/t4_vf.c Sun Dec 4 13:53:06 2016 (r309529) @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet6.h" #include <sys/param.h> +#include <sys/systm.h> #include <sys/bus.h> #include <sys/conf.h> #include <sys/counter.h> _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"