Fix compile error introduced in r336245.

Include sys/boot.h to pickup the prototypes for boot_parse_arg.
This commit is contained in:
imp 2018-07-17 23:00:52 +00:00
parent fc9b91fa77
commit a92866641a

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>