Date: Fri, 13 Jul 2018 18:00:13 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336253 - head/sys/dev/ofw Message-ID: <201807131800.w6DI0DoH029757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Fri Jul 13 18:00:13 2018 New Revision: 336253 URL: https://svnweb.freebsd.org/changeset/base/336253 Log: Add missing include of sys/boot.h Modified: head/sys/dev/ofw/ofw_subr.c Modified: head/sys/dev/ofw/ofw_subr.c ============================================================================== --- head/sys/dev/ofw/ofw_subr.c Fri Jul 13 17:50:25 2018 (r336252) +++ head/sys/dev/ofw/ofw_subr.c Fri Jul 13 18:00:13 2018 (r336253) @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> +#include <sys/boot.h> #include <sys/bus.h> #include <sys/libkern.h> #include <sys/reboot.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807131800.w6DI0DoH029757>