diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-07-13 18:00:13 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-07-13 18:00:13 +0000 |
commit | fd4d775773197c3c107734d748529daa85428a96 (patch) | |
tree | 03d43421f7c19f9d697c65523c193c449f93d5b5 /sys | |
parent | c1418270b28edf9b99044181e9f48dfc0a7dc160 (diff) |
Add missing include of sys/boot.h
Notes
Notes:
svn path=/head/; revision=336253
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ofw/ofw_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ofw/ofw_subr.c b/sys/dev/ofw/ofw_subr.c index 8047315fb29a..689dff5ea8f8 100644 --- a/sys/dev/ofw/ofw_subr.c +++ b/sys/dev/ofw/ofw_subr.c @@ -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> |