Fix compile error introduced in r336245.

Include sys/boot.h to pickup the prototypes for boot_parse_arg.
This commit is contained in:
Warner Losh 2018-07-17 23:00:52 +00:00
parent 5a399a1a39
commit 50b1a01ecb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336432

View File

@ -31,6 +31,7 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/boot.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/systm.h>